/* Core styles for v4 browsers */
body {
		font-family: verdana,arial,helvetica;
		font-size: 19px;
		color:#000000;
	}
	
a:link, a:visited {
		text-decoration: underline;
		color:#000000;
	}

a:hover {
	text-decoration: underline;
	color: red;
	}

p {
		font-family: verdana,arial,helvetica;
		font-size: 14px;
		color:#000000;
	}