/* Generic Selectors */ 

body, p, td { 

font-family: Verdana, Arial, sans-serif; 

font-size: 12px; 

color: #8F3844; 

background-color: #FFFFFF; 

margin: 2px 1px 10px 2px;

} 


li { 

list-style-type: disc; 

line-height: 125%; 

} 

h1 { 

font-family: Verdana, Arial, sans-serif; 

font-size: 16px; 

font-weight: bold; 

color: #8F3844; 

text-align: center;

} 

h2 { 

font-family: Verdana, Arial, sans-serif; 

font-size: 14px; 

font-weight: bold; 

color: #8F3844; 

text-align: center;

} 

h3 { 

font-family: Verdana, Arial, sans-serif; 

font-size: 12px; 

font-weight: bold; 

color: #8F3844; 

text-align: center;

} 

 

 

/**************** Pseudo classes ****************/ 

:link { 

color: #8F3844; 

text-decoration: underline; 

font-weight: normal; 

} 

:visited { 

color: #8F3844; 

text-decoration: none; 

font-weight: normal; 

} 

:hover { 

color: #000000; 

text-decoration: underline; 

font-weight: normal; 

} 

:active { 

color: #000000; 

text-decoration: underline; 

font-weight: normal; 

} 

.copyright { color: #999999; font: 7pt Verdana, Arial, sans-serif; }

.ul-noshow li { list-style-type: none; }

.highlight { background-color: yellow; }

.top1 { background-color: #000000; }