
/* ===== css-baudot.css ===== */


body
{
    margin:             0px;
    padding:            0px;
    font-family:        helvetica, arial, verdana, sans-serif;
    font-size:          14px;
    color:              #333366;                        /* blue text */
    background:         #FFFFAA;                        /* off-white background */
}

		
h1
{
    font-family:        helvetica, arial, verdana, sans-serif;
    font-size:          24px;
    font-style:         italic; 
    font-weight:        bold; 
    color:              #333366;                        /* blue text */
    background:         transparent;
}


h2
{
    font-family:        helvetica, arial, verdana, sans-serif;
    font-size:          16px;
    font-style:         italic; 
    font-weight:        bold; 
    color:              #333366;                        /* blue text */
    background:         transparent;
}


h3
{
    font-family:        helvetica, arial, verdana, sans-serif;
    font-size:          14px;
    font-style:         italic; 
    font-weight:        bold; 
    color:              #333366;                        /* blue text */
    background:         transparent;
}


code
{
    font-family:        courier, sans-serif;
    font-size:          14px;
    font-style:         normal;
    font-weight:        bold;
    color:              #000000;                        /* black text */
    background:         transparent;
}


not-a-link                                              /* not link, but same color */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    none;
    color:              #3300CC;                        /* light blue */
} 

a:link                                                  /* has not yet been visited */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline;
    color:              #3300CC;                        /* light blue */
} 

a:visited                                               /* been there, done that */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline;
    color:              #666666;                        /* medium gray */
}

a:hover                                                 /* duh */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline; 
    color:              #FF33CC;                        /* pink */
}

a:active                                                /* being clicked-on */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline; 
    color:              #FF0000;                        /* red */
}


#list-links
{
    font-size:          16px;
    margin-left:        40px;
} 


#boundary 
{
    position:           normal;
    width:              740px;
    margin-top:         0px;
    margin-bottom:      0px;
    margin-left:        30px;
    margin-right:       0px;
    padding:            0px;
}


#floatleft 
{
    float:              left;
    margin-top:         0px;
    margin-bottom:      20px;
    margin-left:        0px;
    margin-right:       30px;
    padding:            0px;
}


#floatright 
{
    float:              right;
    margin-top:         0px;
    margin-bottom:      20px;
    margin-left:        20px;
    margin-right:       0px;
    padding:            0px;
}


#clearright
{
    clear:              right;
}


#textright 
{
    float:              right;
    margin-top:         7px;
    margin-bottom:      0px;
    margin-left:        0px;
    margin-right:       35px;
    padding:            0px;
}


#bottommenubar 
{
    background:         transparent;
	  padding:            16px;                           /* same size as text, below */
	  margin:             0px;
	  border-top:         1px solid #800030;              /* maroon top border */
	  border-bottom:      0px;
}



/* ------------------------------------------------------------------------------------ */
