A:link {text-decoration: underline; color: blue;}
A:visited {text-decoration: underline; color:pruple;}
A:active {text-decoration: underline; color: white;}
A:hover {text-decoration: underline; color: red;}

a.change:link {text-decoration: none; color:red;}
a.change:visited {text-decoration: none; color:purple;}
a.change:hover {text-decoration: none; color:blue;}
.change{float:right;
	font-size:70%;}

.body{	margin: 0em;  	 	
	font-family: "Comic Sans MS";
	background-color: black;
	background: url(/images/backShade.jpg) repeat-y ;
	color: black;}
.header{border-style: outset;
	border-width: 10px;
 	border-color: brown;
 	font-size: 200%;
 	text-align: center;
 	padding: 2%;}
.icon{	margin: 5%;
 	padding: 10%;
 	border-style: solid;
 	border-color: white;
 	border-size: 4px;} 
.itemContainer { 	
	border-style: solid;
  	border-top-width: 1px;
  	border-top-color: black;
 	border-right-width: 5px;
  	border-right-color: black;
  	border-left-color: black;
 	border-left-width: 1px;
  	border-bottom-width: 6px;
  	border-bottom-color: blue;
   	background-color: rgb(228,228,228); 
	padding:10px;}
.link{ 	
	margin-top:6%;
 	margin-bottom:6%; }
.dataBox{ 
	background-color: AliceBlue;
 	margin-left: 15%;
 	margin-right: 15%;
 	padding-top: 1px;
 	padding-bottom: 1%;
 	padding-left: 3%;
 	padding-right: 3%;
 	color: black;}
.errorBox{ 
	margin: 20px;
	color: red;
 	font-size: 150%;
 	textbackground-color: Aquamarine;}

