
body{
background-image:url(images/backimage.jpg);
background-repeat:repeat-x;
background-color: snow;
color: #041944;
font-size: small;
line-height: 1.5em;
padding-top: 2px;
}
h1{
font-weight:bold;
font-style:normal;
color:snow;
font-size: x-large;
}
h2{
font-size: small;
font-weight:normal;
font-style:normal;
color:snow;
}
h3{
font-weight:normal;
font-style:normal;
color: #041944;
}
h4{
font-weight:normal;
font-style:normal;
color: #041944;
}
h5{
font-weight:normal;
font-style:normal;
color: #041944;
}
h6{
font-weight:normal;
font-style:normal;
color: #041944;
}
.back{
background-color: #6061FF;
}

a{
	text-decoration: none;
}
a:link{
color: #1788FF;
}

a:visited{
	color: Green;
}
a:hover{
	color: #B6236D;
	background-color: #FFD700;
	text-decoration: underline;
}
a:active{
	color: #1788FF;
	text-decoration: none;
}
