﻿body {
  background-color: blue;
}


.header {font-family: arial; font-weight: bold; font-size: medium;}

p {font-family: arial; font-size: small; color:Blue}

h1 {font-family:Lucida Sans; font-style:italic; text-decoration:underline; font-size: x-large; font-weight:bold; background-color:white; color:Blue; text-align: center;}

h2 {font-family: arial; font-size: medium; color:Blue; text-align: center;}

h3 {font-family: arial; background-color:Blue; font-size:small; color:White; font-weight:bold;}

h4 {font-family: arial; font-size: large; color:Blue;}

h5 {font-family: arial; font-size: small; color:Blue;}


a:link 
{
    font-family:Tahoma;
	color: white;
	text-decoration:none;
}

a:visited {
	color: white;
	text-decoration:none;
}

a:active 
{
    color:purple;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
	text-decoration:underline;
}