/* General settings */
body { 
	font-family:Comic Sans MS; 
	font-size:11pt;
	margin-top:0.6cm; 
	margin-bottom:0.6cm; 
	margin-left:0.6cm; 
	margin-right:0.6cm; 
	text-decoration:none;
	color:#300026;
	background-color:#ffffcc;
	text-align:justify;
}

body.frame { 
	font-family:Comic Sans MS; 
	font-size:11pt; 
	margin-top:0cm; 
	margin-bottom:0cm; 
	margin-left:0cm; 
	margin-right:0cm; 
	text-decoration:none;
	color:#300026;
	background-color:#ffffcc;
	text-align:justify;
}

/* Headings */
h1 {
	font-family:Helvetica; 
	font-size:24pt;
	color:#004F69;
}
h2 {
	font-family:Helvetica; 
	font-size:18pt; 
	color:#004F69;
}
h3 {
	font-family:Helvetica; 
	font-size:14pt; 
	color:#004F69;
}

/* Tables */
table {
	border:0;
	font-size:11pt;
}
table.info {
	border:0.06cm solid #0000FF;
	border-color:black;
	background-color:#e4ff78;
	font-size:11pt;
}
table.layout {
	border-width:0cm;
	font-size:11pt;
}
td {
	vertical-align:top
}

/* Links */
a:link {
	color:#220014; 
	text-decoration:underline; 
}

a:visited { 
	color:#220014; 
	text-decoration:underline; 
}
a:active { 
	color:#220014; 
	text-decoration:underline; 
}
