﻿/* CSS layout */

/* General layout */

body
{
	font-family: Verdana;
	font-size: 0.9em;
	color: black;
	background-color: white;
}

p {
	font-size: 0.9em;
}

a{
	text-decoration: none;
	font-weight:bold;
	color: #003399;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size:1.2em;
}
h3 {
	font-size:1em;
	font-weight:bold;
	color:#032152;
}

ul {
	font-size:0.9em;
}

h5 {
	font-size:0.9em;
	color:#032152;
}
h4 {
	color:red;
	font-size:0.9em;
}
