body
{
	color : rgb(204,51,51);
	background-color : rgb(255,255,255);
	font-family : sans-serif;
}


h1, h2, h3, h4, h5, h6
{
	font-size : small;
	margin : 0px;
	padding : 0px;
}

.img
{
	border : 0
}

.contentText p
{
	max-width : 45em;
}

ul.menu
{
	list-style:none;
	margin : 0px;
}

ul.menu li
{
	display : inline;
}

.menu
{
	text-align : left;
	color :  rgb(204,51,51);
	background-color :  rgb(255,204,153);
	border : thin solid rgb(204,51,51);
	font-weight : bold;
}

.menu a
{
	color : rgb(204,51,51);
	background-color : inherit;
	font-size : small;
}

.menu a:hover
{
	color : rgb(255,204,153);
	background-color : rgb(204,51,51);
}


.other
{
	text-align : left;
	border : thin solid rgb(204,51,51);
	background-color : rgb(255,204,153);
	color : rgb(204,51,51);
}

.shinf
{
	text-align : left;
	border : thin solid rgb(204,51,51);
	background-color : rgb(255,204,153);
	color : rgb(204,51,51);
}

.vcco
{
	text-align : center;
	border : 2px solid rgb(204,51,51);
	background-color : rgb(255,255,255);
	color : rgb(204,51,51);
}

.w3c
{
	font-size : small;
	text-align : center;
	border : thin solid rgb(204,51,51);
	background-color : rgb(255,204,153);
	color : rgb(204,51,51);
}
.contentText
{
	color : rgb(204,51,51);
	background-color : rgb(255,255,255);
	border : thin solid;
}

.contentText a
{
	color : rgb(230,51,51);
	text-decoration : none;
}

.contentText a:hover
{
	color : rgb(214,51,51);
	text-decoration : underline;
}
.item
{
	border : thin dotted rgb(204,51,51);
	margin : 4px;
	padding : 8px;
}

.tns
{
	border : thin dotted rgb(204,51,51);
	margin : 4px;
	padding : 8px;
}
/* Footer */

#footer {
	clear : both;
}

#footer {
	margin : 0px 20px 25px 14px;
	padding : 15px;
	text-align : center;
	font-size : x-small;
	line-height : 1.5;
	border : thin dashed rgb(204,51,51);
}

#footer a 
{
  color : rgb(224,51,51);
  padding : 1px 10px;
  border : 1px solid rgb(204,51,51);
  text-decoration : none;
}

#footer a:hover 
{
  color : rgb(234,51,51);
  border : 1px solid red;
  background-color : #FFcc99;
}

#footer a:focus, a:active 
{
  background-color : #FFcc99;
}



