body {
	margin-left: 30px;
	margin-right: 30px;
	color: #c91d55;
	font-family: Helvetica,Verdana, Arial,  sans-serif;
	font-size:18px;
}

p {
font-size:18px;
}
a{
 color: #c91d55;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


hr {
	color: #c91d55;
	background-color: #c91d55;
	height:1px;
	border: 0;
	width:95%;
	margin-left:0;
	padding-left:0;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;

}

h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;

}

h4 {
	font-size: 16px;
}


.description {
	font-size:9px;


}


#item_list table  {
	margin:0px 6px;
	padding:0px 6px;
	background-color:#999999;
}


#item_list td {
	margin:0px 6px;
	padding:0px 6px;

	font-size:12px;
}

#item_list .command {
background-color:#00FF00;
}

.error {
	color: #FF6633;
	background-color: #E9EACC;
	border: 1px solid #FF0000;
	font-weight: bold;
}



