@charset "UTF-8";
/* CSS Document */

.footer {
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 12px;
	color: #333333;
	link: #333333;
	text-decoration: none;
}
p.serif{font-family:"Times New Roman",Georgia,Serif}


p.ex1 {padding:.15cm 0.15cm}
p.ex2 {padding:.5cm 0.5cm}

p.normal {font-weight:normal}
p.light {font-weight:lighter}
p.thick {font-weight:bold}
p.thicker {font-weight:900}

h1 {font-size:250%;
	letter-spacing:2px}
h2 {font-size:200%;
	letter-spacing:-3px}
h3 {
	font-size:125%;
	padding: 0.5cm;
	line-height: 0px;
	letter-spacing:-1px}
	
p {
	font-size:90%;
	line-height: 20px;
}

p.small {line-height:90%}
p.big {line-height:300%}

a:link {color:#A6514A;
		font-weight:bold;
		line-height:150%}    /* unvisited link */
a:visited {color:#A6514A;
		font-weight:bold} /* visited link */
a:hover {color:#445996}   /* mouse over link */
a:active {color:#445996}  /* selected link */

ul {
font-family: Times New Roman,Georgia,Serif;
font-size: 90%;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;

list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: square;
padding: .5 cm;
margin: .5 cm;
}