body	{
       		font-family: verdana, arial, helvetica, sans-serif;
        	font-size: 0.8em;                    
        	margin-top: 10px;
        	background-color: #4682b4;
        	text-align: center;
        	color: #00008b;
        	}
        
#box	{
		width: 700px;
		padding: 50px;
		padding-top: 30px;
		margin: auto;
		background-color: #ffcc33;        
		}
		
#head	{
		width: 700px;
		height: 150px;
                text-align : left;
		}
		
#content{
		width: 700px;
		}

#foot	{
		width: 700px;
		height: 150px;
		}
		
hr	{
		width: 700px;
		height: 1px;
		text-align: center;
		color: #ff6347;
		}
		
hr.blk3	{
		width: 700px;
		color: #680000;
		height: 3px;
		}
		
hr.blk4	{
		width: 700px;
		color: #680000;
		height: 4px;
		}

h2	{
		text-align : right;
		color : #3a6eff;
		}

h3	{	
		text-align : left;
		color: #ff3535;
		font-family: verdana;
		}

table	{
		width: 700px;
		text-align: justify;		
		}

tr		{
								
		}
		
td.order{
		font-size: 0.8em;
		width: 80px;
		vertical-align: bottom;
		}
		
a:link	
	{ 
		color: #000000; 
		text-decoration: none; 
		}

a:visited	
	{ 
		color: #4682b4; 
		text-decoration: none; 
		}

a:hover	
	{ 
		color: #0000ff; 
		text-decoration: underline; 
		}

a:active
	{ 
		color: #cc0000; 
		text-decoration: none; 
		}