﻿	/* index.css - 2Sep2014 */

a:link {color: black;}
a:active {color:black;}
a:visited	{color: black;}
a:hover {color: black; text-decoration: underline}

body {
	background-image: url(../images/0812030097.jpg);
	background-repeat: no-repeat;	
	font-family: "times new roman";
	font-size: small;
	font-weight: bold;
	}

#logo1 {
	text-align: center;
	font-size: 4em;
	padding: 250px 0px 320px 0px;
	}

#foot {
	text-align: right;
	font-size: 1.25em;
     padding: 0px 0px 25px 0px;
	}
