
/*--HTML---------------------------------*/

body {
	background-color:#FFFFFF;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #282828;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #282828;
	line-height: 18px;
}
a:link { 
	color:#24309c;
	text-decoration: underline;
	}
a:visited { 
	color:#24309c;
	text-decoration: underline;
	}
a:hover { 
	color:#24309c;
	text-decoration: underline;
	}
a:active { 
	color:#24309c;
	text-decoration: underline;
	}


/*--CLASS---------------------------------*/

.image {
	border: none;
}
.italic {
	font-style: italic;
}
.bold {
font-weight:bold;
}
