/* CSS Document */

/* General */   
body{
    margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5em;
	text-decoration: none;
	background-color: #FDF1C5;
		color: #003399;
	text-align: justify;
}
	/* General links */
A:link {
	color:#990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
} A:visited {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
} A:hover {
	color:#996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
} A:active {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;

/* Paragraphs */

p{
	font-size: 5em;
	line-height: normal;
}

h1{
	font-size: 0.8em;
	font-weight: bold;
	margin: 15px 0 0 10px;
}
h2{
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
}