.rule {
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: x-small;
    background-color: #660000;
	color: #fff;
    }



.body {
	text-align: left;
	border-top: 0px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	

	}
    


body {
	background-color: #39445B;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	}



th.header {
	background-color: #660000; 
	border: 2px solid #660000; 
	border-bottom: none; 
	color: #fff; 
	
	}

th.welcome {
	background-color: #660000; 
	border-bottom: 3px solid #000; 
	color: #fff;
	font-size: large;
	text-align: left;
	}

td.body {
	background-color: #C0C0C0; 
	border: 2px solid #660000; 
	border-top: none; 
	padding: 0.6em; 
	font-size: x-small;
	}

a {
	color: #600000;
	text-decoration: none;
	}
a.header{
	color: #fff;
}
a.header:visited{
	color: #fff;
}
a.header:hover{
	color: #fff;
}

a.main{
	color: #660000;
	font-size: small;
	background-color: #c0c0c0;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-decoration: none;
	}

a.main:hover {
	color: #fff;
	font-size: small;
	background-color: #660000;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-decoration: none;
	}
h3.title {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #660000;
}
h1.title {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #660000;
}
a:hover {
	color: #003366;
	text-decoration: underline;
	}

a:visited {
	color: #003366;
	}