a { text-decoration: none; color: #0000FF }
a:visited { color: #800080 }
a:active { color: #FF0000 }
a:link { color: #0000FF }

body { background-color: #FFCCCC; }

p { font-color: black;
	font-size: 12pt;
	font-weight: normal;
	font-family: "Times New Roman", "Times", "Century", "Century Schoolbook", serif;
	text-align: left; }

h1 { font-color: black;
	font-size: 16pt;
	font-weight: bold;
	font-family: "Arial", "Helvetica", san-serif;
	text-align: left; }

img.left { width: 300px; 
			border-style: solid; 
			border-width: 1px; 
			border-color: black; 
			float: left; 
			margin-right: 10px; }

a.btn:link { text-decoration: none; 
		color: white; 
		background-color: dodgerblue; 
		font-size: 9pt; 
		font-weight: bold; 
		font-family: "Arial", "Helvetica", sans-serif; 
		padding-left: 4px; 
		padding-right: 4px; }

a.btn:visited { text-decoration: none; 
		color: white; 
		background-color: dodgerblue; 
		font-size: 9pt; 
		font-weight: bold; 
		font-family: "Arial", "Helvetica", sans-serif; 
		padding-left: 4px; 
		padding-right: 4px; }

a.btn:active { text-decoration: none; 
		color: white; 
		background-color: dodgerblue; 
		font-size: 9pt; 
		font-weight: bold; 
		font-family: "Arial", "Helvetica", sans-serif;
		padding-left: 4px; 
		padding-right: 4px; }

a.itn:link { text-decoration: none; 
		color: white; 
		background-color: blue; 
		font-size: 9pt; 
		font-weight: bold; 
		font-family: "Arial", "Helvetica", sans-serif; 
		padding-left: 4px; 
		padding-right: 4px; }

a.itn:visited { text-decoration: none; 
		color: white; 
		background-color: blue; 
		font-size: 9pt; 
		font-weight: bold; 
		font-family: "Arial", "Helvetica", sans-serif; 
		padding-left: 4px; 
		padding-right: 4px; }

a.itn:active { text-decoration: none; 
		color: white; 
		background-color: blue; 
		font-size: 9pt; 
		font-weight: bold; 
		font-family: "Arial", "Helvetica", sans-serif;
		padding-left: 4px; 
		padding-right: 4px; }

