BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 75%;
margin: 0px;
background: #FFFFFF;
color: #000066;
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

:link {
color: #000066;
background-color: inherit;
text-decoration: none;
font-weight: bold;
}
:visited {
color : #000066;
background-color: inherit;
text-decoration : none;
font-weight: bold;
}
:hover {
background: inherit;
color : red;
text-decoration : underline;
font-weight: bold;
}
:active {
background-color: inherit;
color : #000066;
font-weight: bold;
}

H1 {
font-size : 130%;
font-weight : bold;
color : #000066;
background-color: inherit;
}

H2 {
font-size : 110%;
font-weight : bold;
color : #000066;
background-color: inherit;
}

H3 {
font-size : 110%;
font-weight : bold;
color : #fff;
background-color: #000066;
}

HR {
color: #000066;
background-color: inherit;
height: 1px;
width: 100%;
}

LI {list-style-type: disc}

.top {
background-color:white;
background-image:url(images/bnetbanner.jpg);
background-repeat:no-repeat;
background-position:center center;
color: #000066;
height: 130px;
padding: 15px;
font-size: 100%;
}

.navbar a:link, .navbar a:visited
{
	color: #000000;
    text-decoration: none;
    background-color: #99CCFF; 
	border: 1px solid #FFFFFF;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
	
	}

.navbar a:hover, .navbar a:active
{
	color: #ffffff;
	background-color: #000066; 
	border: 1px solid #FFFFFF;
    text-decoration: none;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
	


}

.navbar2 a:link, .navbar2 a:visited
{
	background-color: #fff;
	color: maroon;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
}

.navbar2 a:hover, .navbar2 a:active
{
	background-color: #fff;
	color: black;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: underline;
	text-align: center;
	font-size: 100%;

}

.navbar3 {
background: inherit;
color: #000066;
padding: 5px;
text-align: center;
font-weight: bold;
font-size: 90%;
}


.mainbody {
background: inherit;
color: #000066;
padding: 5px;
text-align: justify;
}

.left {
text-align: center;
color: #000066;
border-right: 1px solid #000066;
background-color: inherit;
padding: 5px;
width: 200px;
}

.content {
background-color: inherit;
color: #000066;
font-family : Verdana, Arial, sans-serif;
text-align: justify;
width: 100%; 
padding: 10px;
}

.copyright {
background-color: inherit;
color: #000066;
font-size: 85%;
letter-spacing: 1px;
font-weight: bold;
padding: 2px;
text-align: center
}

.hottopic {
border: 1px solid #000000;
padding: 5px;
font-size: 80%;
text-align: justify;
background: #99CCFF;
color: #000066;
}