

body {

}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #fffffff;
font-weight: light;
}

li {
list-style-type: none;
line-height: 10%;
list-style-image: url();
}


h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #ffffff;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
align: center;
font-size: 20px;
font-weight: normal;
color: #ffffff;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
align: center;
font-size: 12px;
font-weight: normal;
color: #ffa500;
border-bottom: 0px solid #C6EC8C;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
align: right;
font-size:10px;
color:#fffffff;
font-weight: bold;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size:120%;
font-weight: bold;
color: #006666;
}


/**************** classes ****************/

a:link {
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

li :link {
color: #ffffff;;
text-decoration: none;
font-weight: normal;
}

a:visited {
color: #ffffff;;
text-decoration: none;
font-weight: normal;
}

li a:visited {
color: #ffffff;;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #ffa500;
padding-bottom: 0px;
font-weight: normal;
text-decoration: none;
}

li a:hover {
display: block;
color: #ffa500;;
padding-bottom: 5px;
font-weight: bold;
border-bottom-width: px;
border-bottom-style: solid;
border-bottom-color: #000000;
}

a:active {
color: #ffa500;;
font-weight: normal;
}

a:href {
color: #ffffff;
}

em {
font-style: italic;
font-weight: bold;
}





