body		{
		margin-left: 5%;
		margin-right: 5%;
		}
h1 	 	{
	        font-family : Verdana,Helvetica,Arial,Times New Roman;
		color: #800000;
		font-size: large;
		font-weight: bold;
	        }
h2 	 	{
	        font-family : Times New Roman;
		color: #800000;
		font-size: large;
		font-weight: bold;
	        }
h3 	 	{
	        font-family : Arial;
		color: #800000;
		font-size: small;
		font-weight: bold;
	        }
p	  	{
		text-align: justify;
	        }
#left		{
		text-align: left;
		}
#center		{
		text-align: center;
		}
#right		{
		text-align: right;
		}
p.brown  	{
		color: #800000;
	        }
p.about  	{
	        font-family : Arial;
		color: #800000;
		font-size: x-small;
	        }
p.comment    	{
	        font-family : Arial;
		text-align: justify;
		color: #888888;
		font-size: x-small;
		margin-left: 5%;
		margin-right: 15%;
	        }
p.count    	{
	        font-family : Arial;
		text-align: center;
		color: #888888;
		font-size: xx-small;
	        }
a	  	{
		color: #0000FF;
	        }
a:hover 	{
		color: #FF5555;
		text-decoration: underline;
	        }
.navigation	{
	        font-family : Arial;
		color: #0000FF;
		font-size: x-small;
		font-weight: bold;
		text-decoration: none;
		}
hr		{
                color: 0000FF;
		}
