/* ----- COLORS ----- */

/* page background */
body {
	background: #FFFFFF top left;
	/* white */
}

a:link    {color: #990000; text-decoration: none; }  /* unvisited link */
a:visited {color: #663333; text-decoration: none; }  /* visited link */
a:hover   {color: #CC0000; text-decoration: underline; }  /* mouse over link */
a:active  {color: #FF0000; text-decoration: none; }  /* selected link */

p{
	font-family: "Arial";
	font-size: 12px;
	color: #330000;
}

p.header {
	font-family: "Arial";
	font-weight: bold;
	font-size: 16px;
	color: #330000;
	padding=0px;
}

p.bigHeader {
	font-family: "Arial";
	font-weight: bold;
	font-size: 24px;
	color: #330000;
	padding=0px;
}

.content-area {
	border : solid #330000; 
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	padding: 5px;
	margin: 1px;
	font-family: "arial";
	background-color: #CCCCCC;
  max-width : 800px;
  margin-left:auto;
  margin-right:auto; 	
}

.commentBox{
	border : solid #330000; 
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	padding: 5px;
	margin: 5px;
	font-family: "arial";
	background-color: #CCCCCC;
}

.content-area-header {
	border : solid #000000; 
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	padding: 5px;
	margin: 10px;
	font-family: "arial";
	background-color: #CCCCFF;
	font-weight: strong;
}

