body {background-color: black; color: white; font-family: sans-serif; text-align: left;}

a {color: #cc6600; border-style: none;}
a:visited {color: #666600;}

img {border-style: none;}

p {text-align: left;}

/*
    Text under logo.
*/

#main_links {font-size: x-small;}
#main_links a {text-decoration: none; color:white;}
#main_links a:visited {color:white;}

/*
    .suspensions_name
        SUSPENSIONS name in text
*/
.suspensions_name {}

/*
    .copyright
        Copyright at bottom of every page

    .caption
        Captions on images
*/
.copyright, .caption {font-size: xx-small; font-style: italic;
            text-align: center;
            clear: both;}

/* Used for title line of page */
.page_title {font-size: x-large; font-family: serif;
             text-align: left; text-decoration: underline; text-transform: uppercase;
             clear: both;}

/* For notes that go under page titles and such */
.note {font-size: x-small; font-style: italic; font-weight: normal;
       text-align: center; text-decoration: none;}

/*
    Menu classes: 
        .menu_item
            Covers whole menu item <p> tag

        .menu_item_title
            Title of item; if only one item then gets this class

        .menu_item_parts
            Spans all item parts starting with the first separator
*/
.menu_item {}
.menu_item_title {text-transform: uppercase;}
.menu_item_parts {}

/*
    Item classes:
        .item_name
            An item's name

        .item_num
            An item's identification number

        .item_note
            Item collection's special note.
*/
.item_name {}
.item_num {}
.item_note {font-size: large; font-weight: bold;}
