@charset "utf-8";
/* CSS Document */

body { 
    background-color: #ffffff;
}

#header img {
    position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	width: 100%;
	
	font-family:"Times New Roman", Times, serif;
}

#contact h1 {
    padding-bottom: 0;
}

#content table td img {
   border: #fff 2px solid;
}

#content a {
	color: blue;
	background-color: #ffffff;
}

#content a:visited {
    color: purple; 
	background-color: #ffffff;
}

#content a:hover {
    color: red;
    background-color: #ffffff; 
}


#nav {
    display: none;
}

.footertext {
    font-size: 0.8em;
	color: #333333;
}

