body	{font-size: x-small;
	 font-family: arial;
	 background-color: #cccc99;}
	 
h1		{
		 font-size: small;
		 font-weight: bold;
		}
		
h2		{
		 font-size: x-small;
		 font-weight: bold;
		}

table	{font-size: x-small;}

.right	{float: right;}

.left	{float: left;}

.quotation	{font-family: Times New Roman, Times, serif;
			 font-size: large;
			 color: #cccc99;}

.bold		{font-weight: bold; 
}

.us			{color: #663333;
			font-size: xx-small;
			float: right;}

.burgundy	{
			 color: #663333;
			}
			
a:link		{color: #663333}

a:visited	{color: #663333;}

a:active	{color:#663333;}

#box		{
			 margin-left: 10px;
			 border: 1px solid #666666;
			 float: right;
			 width: 200px;
			 height: 290px;
			 valign: middle;
			 background-color: #cccccc;
			 }
			 
p.box		{
			 margin-left: 10px;
			 margin-right: 10px;
			}
			
table.main	{border: 1px solid #666666;}

.small		{font-size: xx-small;}
