h1 { font-family: sans-serif; }

h2 { font-family: serif;
		color: #000066; }
		
h4 { font-family: sans-serif; }

a { color: #000066;
		text-decoration: none; }

a:hover { color: green; }

.maincontent { position: relative;
						 top: 30px;
						 left: 100px;
						 border: 1px solid black;
						 width: 60%;
						 padding: 15px; }

.sitename {font-family: serif;
						font-weight: bold;
						text-decoration: underline }
						
.url {font-family: Tahoma,sans-serif;
			font-style: italic;
			font-size: small;
			line-height: 175%; }

.backtop { font-family: Arial;
						font-size: x-small; }
.backtop a {color: #191970; }						
.backtop a:hover {font-weight: normal;
				 				 color: black;
				 				 background: silver; }						
			
p {font-family: serif;
		padding: 20px; }


#footer { position: relative;
					top: 20px;
				 	font-size: small;
					text-align: right; }


									