#Home {
	width:100%; 
	height:3000px;
	background-color:#e3eadf; 
	font-family:Verdana,Arial,sans-serif; 
	font-size:12px; 
	}
   
A {
	display:block;
	padding:8px; 
	}

A, A:Link, A:Visited, A:Hover {
	text-decoration: none;
	}

H1, H2, H3, H4, H5 {
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
	}

H1 { font-size:15px; }
H2 { font-size:14px; }
H3 { font-size:13px; }
H4 { font-size:12px; }
H5 { font-size:10px; padding:3px; text-align:left; }

IMG{
	margin-right:4px;
	margin-bottom:4px;
	text-align:center;
	float:left;
	width:85px;
	height:85px;
	}

P { margin:4px 0px; }

.BlackFrame, .RedFrame, .GreenFrame, .BlueFrame, .OrangeFrame {
	margin:8px 8px 8px 8px;
	}

.BlackFrame          { color:#fff; background-color:#335555; 
						border:black solid 1px;
}
.BlackFrame A        { color:#000; background-color:#e0e0e0; }
.BlackFrame A:hover  { color:#000; background-color:#e8e8e8; }

.RedFrame            { color:#fff; background-color:#800000;  
						border:red solid 1px;
}
.RedFrame A          { color:#400; background-color:#eadada; }
.RedFrame A:hover    { color:#400; background-color:#f0e0e0; }

.GreenFrame          { color:#000; background-color:#80c080;  
						border:green solid 1px;
}
.GreenFrame A        { color:#030; background-color:#d0e0d0; }
.GreenFrame A:hover  { color:#030; background-color:#d8e8d8; }

.BlueFrame           { color:#005; background-color:#80b0e0;  
						border:blue solid 1px;
}
.BlueFrame A         { color:#007; background-color:#e3eadf; }
.BlueFrame A:hover   { color:#007; background-color:#efefdf; }

.OrangeFrame         { color:#fff; background-color:#e03000;  
						border:orange solid 1px;
}
.OrangeFrame A       { color:#500; background-color:#f0f0e0; }
.OrangeFrame A:hover { color:#500; background-color:#f8f8e8; }
