
p {
	font-size : 12px;
	font-family : Georgia, Times New Roman, sans-serif;
}

h1 {
	font-size : 14px;
	font-family : Georgia, Times New Roman, sans-serif;
}

form {
    display : inline;
} 

ol {
	font-size : 12px;
	font-family : Georgia, Times New Roman, sans-serif;
}

ul {
	font-size : 12px;
	font-family : Georgia, Times New Roman, sans-serif;
}

a:visited{
	font-size : 12px;
	font-family : Georgia, Times New Roman, sans-serif;
	text-decoration : underline;
	color : #333;
}
a:link,a:hover,a:active {
	font-size : 12px;
	font-family : Georgia, Times New Roman, sans-serif;
	text-decoration : underline;
	color : #513003;
}
.smalltext{
	font-size : 11px;
	font-family : Georgia, Times New Roman, sans-serif;
	color: #513003;
}
a.smalllinks:link, a.smalllinks:active{
	font-size : 11px;
	font-family : Georgia, Times New Roman, sans-serif;
	text-decoration : underline;
	color : #513003;
}
a.smalllinks:visited{
	font-size : 11px;
	font-family : Georgia, Times New Roman, sans-serif;
	text-decoration : underline;
	color : #333;
}
.tinytext{
	font-size : 10px;
	font-family : Georgia, Times New Roman, sans-serif;
	color: #513003;
}
a.tinylinks:link, a.tinylinks:active{
	font-size : 10px;
	font-family : Georgia, Times New Roman, sans-serif;
	text-decoration : underline;
	color : #513003;
}
a.tinylinks:visited{
	font-size : 10px;
	font-family : Georgia, Times New Roman, sans-serif;
	text-decoration : underline;
	color : #333;
}

