BODY { 
    background-color: #000044;
    background-image: url(/nav/images/bg1.gif);
    background-repeat: repeat-x; 
    background-repeat: repeat-y; 
    background-repeat: repeat; 
    color: #FFFFFF;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    scrollbar-Arrow-Color: #000044;
    scrollbar-Base-Color: #00CCFF;
    scrollbar-Track-Color: #000044
}
	
H1.center { 
    font-size: 24pt; 
    font-family: times new roman; 
    text-decoration: underline; 
    text-align: center
}

H2 { 
    font-size: 18pt; 
    font-family: times new roman; 
    text-decoration: underline; 
    text-align: left
}

a:link {
    color: #00CCFF; 
    text-decoration: none
} 

a:visited {
    color: #00CCFF;
    text-decoration: none
} 

a:active {
    color: #00CCFF; 
    text-decoration: none
} 

a:hover {
    color: #004A80; 
    text-decoration: none
} 

a:link.nav {
    font-size: 14pt; 
    color: #00CCFF;
    text-decoration: none
} 

a:visited.nav {
    font-size: 14pt; 
    color: #00CCFF; 
    text-decoration: none
} 

a:active.nav {
    font-size: 14pt; 
    color: #00CCFF; 
    text-decoration: none
} 

a:hover.nav {
    font-size: 14pt; 
    color: #004A80; 
    text-decoration: none
} 
