/* CSS Document */

a {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
	}
	
body
	{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;

	}
	
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-left:15;
	padding-top:10;
	}
	
.border{

border-style:solid;
border-width:10px;
border-color:#000000;

}

.padding {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
}


