/* CSS layout */

* {
  margin:0; 
  padding:0;
}

a:link {
 COLOR: #0000FF;
 text-decoration : none;
}
a:visited {
 COLOR: #0000FF;
 text-decoration : none;
}
a:hover {
 COLOR: #0000FF; 
 text-decoration: underline;
}

body {
  width: 940px;
  margin: 0 auto;
  margin-top: 15px; 
  font-family: 'Arial', 'Tahoma', 'Verdana', 'Sans-Serif';
  font-size: 110%;
  color: black;	  
}

h1 {
	font-weight : bold;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size:140%;
}

