/* Generic Selectors */

body {

font-family: Verdana, "Times New Roman", Times, serif;

font-size: 10px;

color: #FFFFFF;

background-color: #000000;

}

p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

font-family: Verdana, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #FF9900;

}

h2 {

font-family: Verdana, "Times New Roman", Times, serif;

font-size: 10px;

font-weight: bold;

color: #FF9900;


}

h3 {

font-family: Verdana, "Times New Roman", Times, serif;

font-size: 10px;

font-weight: bold;

color: #FFFFFF;


}

 

/**************** Pseudo classes ****************/

:link {

color: #FF9900;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #FF9900;

text-decoration: none;

font-weight: bold;

}

:visited {

color: #FF9900;

text-decoration: underline;

font-weight: bold;

}

li :visited {

color: #FF9900;

text-decoration: none;

font-weight: bold;

}

:hover {

color: #FF9900;

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li :hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

:active {

color: rgb(255, 0, 102);

font-weight: bold;

} 