﻿body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

#content h1, #content h2, #content h3 {
    margin-bottom:15px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
	background: none;
}

hr {
	border:none;
	border-bottom: 1px dotted #F93D00;
}

img {
    border:none;
}
.ResponseToUser 
{
    border:solid 1px red;
    padding:5px 5px 5px 5px;
    margin:10px 0px 10px 0px;
    background-color:#ffcccc;
    color:Red;
    width:95%;
    font-weight:bold;
}

