﻿p1 {
	font-size: small;
	font-family: Georgia;
}
.style1 {
	font-size: medium;
	color: #333333;
	font-family: Georgia;
}
.style2 {
	font-size: small;
	color:  #FF6600;
	font-family: Georgia
}
.style3 {
	font-size: medium;
	color: #808080;
	font-family: Georgia;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FF6600;
	font-size: medium;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
    color:  #FF6600;
}
a:hover {
	text-decoration: underline;
    color:  #FF6600;
}
a:active {
	text-decoration: none;
    color:  #FF6600;
}
body {
	margin-top: 50px;
	margin-bottom: 50px;
}
p2 {
	font-size: small;
	font-family: Georgia;
    text-align: right;
}
