@charset "UTF-8";
/* CSS Document */

body {
	
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	
}
html>body {
	font-size: 14px;
	line-height: 21px;
}


.header {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:normal;
	line-height:normal;

}

.sidebar {
	font-size: 12px;
	line-height: 18px;

}

.largeText {

	font-size:16px;
	line-height:24px;
	
}
/* ============ LINKS =========================== */

a { 
	text-decoration: underline;
	color:#ff3333;
	font-weight:bold;
	line-height:1.5em;
}

a:hover {
	color:#990000;
}


