a:link
{
	color: rgb(145, 184, 255); 
	font-weight: bold;
}
a:visited
{
	color: #990099; 
} 
a:active 
{
	font-weight: bolder;
}

a:hover
{
    
}

body
{
	font-family: Century Gothic, Arial, Helvetica;
	background-color: 000000;
	color: FFFFFF;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{

}

.banner
{
    float:top;
    width:100%;
    height:11%;
	font-family:sans-serif;
	text-align: center;
}

.navbar
{
	width:100%;
	height: 4%;
	text-align: center;
    list-style-type: none;
    background-color: rgb(171, 255, 69);
	color: 000000;
	border-style: solid;
    border-bottom: 1px solid rgb(145, 184, 255);
    border-top:    1px solid rgb(145, 184, 255);
    border-right:  1px solid rgb(145, 184, 255);
    border-left:   1px solid rgb(145, 184, 255);
}

.unav
{
}
.body
{
	float:right;
	width:100%;
	height:85%;
	color:000000;
	background-color:FFFFFF;
}
