h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: navy;
		text-align : right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: navy;
text-align : right;
}
.textpic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF00FF;
	text-align : right;
}

A:link {color:purple;text-decoration : none;font-size: 12px;}
A:visited {color:purple;text-decoration : none;font-size: 12px;}
A:hover {color:white; background-color : navy;font-size: 12px;}