/* overriding HTML */

body {
	color: black;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	
	
}


td {
	color: black;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}



a {
	color: DodgerBlue;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: white;
	font-weight: bold;
	background-color: DodgerBlue;
	text-decoration: none;
}

h3 {
	padding: 0;
	margin: 0;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: DodgerBlue;
	font-size: 14px;
	line-height: 18px;
}


h2 {
	padding: 0;
	margin: 0;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: DodgerBlue;
	font-size: 11px;
	line-height: 11px;
}
	
h4 {
	padding: 0;
	margin: 0;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8px;
	line-height: 8px;
	
	
	
}
strong {
	font-size: 11px;
	line-height: 13px;
}

img {
	border: none;
}

input, textarea, select {
	color: black;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}


