/* WildBoys stylesheet */


/* general  font */
body {font-family: Verdana, Arial, Helvetica, Geneva, san-serif; background-color: #2897BC;} 

/*link colours*/

a:link { color: #FFFFFF; text-decoration: none} 
a:visited { color: #FFFFFF; text-decoration: none} 
a:active { color:#FF9900; text-decoration: none} 
a:hover { color:#FF9900; text-decoration: none}


/* font sizes */ 

#nav1
{
	font-size: 70%;
	margin: 2px;
}

h1{font-size: 90%; font-weight: bold; color: #FF9900; margin-bottom: -15px} 
h2{font-size: 90%; font-weight: bold; color: #FFFFFF; margin-bottom: -15px} 
h3{font-size: 90%; font-weight: bold; color: #FF9900; border-bottom: 1px dashed #FFFFFF; margin: 0px} 
h4{font-size: 80%; font-weight: bold; color: #FF9900;} 

h5{font-size: 70%; font-weight: bold; color: #FF9900;} 
h6{font-size: 70%; font-weight: bold; color: #FFFFFF;} 
p{font-size: 75%; font-weight: normal; color: #2897BC} 

.darkbluetext {color: #1B5069}

.border-darkblue {border: #1B5069; border-style: solid; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt;}

.border-lightblue {border: #2897BC; border-style: solid; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt;}

ol{list-style-type: square; color: #FFFFFF} 
ul{list-style-type: square; color: #FFFFFF} 
li{font-size: 75%}
hr{height: 1px; line-height: 1px; color: #2897BC} 