﻿/* CSS layout */
body {
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
   color: #000000;
}

#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#container p {
	font-size: 80%;
}

#container h6 {
	font-weight: 400;
	font-size: 70%;
	text-align: right;
}

#container a:link {
	text-decoration: none;
	color: #C00000;
}
#container a:visited {
	text-decoration: none;
	color: #C00000;
}
#container a:hover {
	text-decoration: underline;
	color: #C00000;
	background-color: yellow;
}
#container a.img:hover {
	text-decoration: none;
	color: #C00000; 
	background-color: white;
}

.green {
	color: #008000;
}
.blue  {
	color: #000080;
}

