/* All Links Appearance Changed Here */
a{
	color:#000000;
	text-decoration:underline;
	font-size:13px;}
	
/* All Links When Mouse Over Appearance Changed Here */
a:hover{
	color:#000000;
	text-decoration:none;
	font-size:13px;}

/* All Menu Class Links Appearance Changed Here */
a.Menu{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	}
	
a.Menu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	}

/* All Body Appearances Changed Here */
body{
	background:#dcf8ff;
	color:000;
	font-size:14px;
	font-family:Arial, Courier;
	}

/* H3 Header Changed Here */
h3{
	font-size:16px;
	text-decoration:underline;
	}
	
/* H1 Header Changed Here */
h1{
	font-size:25px;
	text-decoration:underline;
	}
	
/* Div Class Outerline Changed Here */
.outerline{
	border-width:1;
	border-style:solid;
	border-color:black;
	font-style:italic;
	}
	
table{
	font-size:14px;
	line-height: 20px;
	}