﻿.a1{
	position:absolute;
	width:1100px;
	height:100px;
	background-color:#FFFF00;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:50px;
	font-size:36px;
	text-align:center;
}
.a2 {
	position:absolute;
	width:1100px;
	height:500px;
	background-color:#CCCCCC;
	margin-top:100px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:50px;
	text-align:center;
}
.b2{
	position:absolute;
	width:200px;
	height:50px;
	margin-top:630px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:500px;
	font-size:25px;
	text-align:center;
	font-family:"Franklin Gothic Medium";
}
.a3{
	position:absolute;
	width:800px;
	height:100px;
	background-color:#99FF12;
	margin-top:700px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:50px;
	font-family:Cambria;
	text-align:center;
	font-size:15px;
	font-family:Times, "Times New Roman";
}
.a4{
	position:absolute;
	width:300px;
	height:100px;
	background-color:#91FFFF;
	margin-top:700px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:850px;
}
.b3{
	position:absolute;
	width:200px;
	height:50px;
	margin-top:710px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:895px;
	font-size:20px;
	font-family:"Lucida Sans", "Lucida Sans Regular";
}
.d1{
	position:absolute;
	width:369px;
	height:100px;
	background-color:#FF6690;
	margin-top:600px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:416px;
	text-align:center;	
}
.d2{
	position:absolute;
	width:366px;
	background-color:#FF6660;
	height:100px;
	margin-top:600px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:784px;
	text-align:center;
}
.d3{
	position:absolute;
	width:366px;
	height:100px;
	background-color:#FF6630;
	margin-top:600px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:50px;
	text-align:center;
}

/* unvisited link */
a:link {
    background-color:#FFFFFF;
   	color: #FF0000;
	text-decoration:none;
}
/* visited link */
a:visited {
    background-color:#FFCCCC;
	color: #000000 ;
	text-decoration:none;
}
/* mouse over link */
a:hover {
    background-color:#99FFFF;
	color:#FFFFFF;
	text-decoration:none;
}
/* selected link */
a:active {
    background-color:#FFFFFF;
	color:#FF00FF;
	text-decoration:none;
}






