

a:link	{
	color : #990000;
	text-decoration: none;
	}
a:visited { 
	text-decoration: none;
	color : #990000 ;
	}

a:hover { text-decoration: underline }

a:active {
	text-decoration: none;
	color : #990000;
	}

img {border: 0px;}

table.thumb img{
	padding: 0.1em; 
	background-color: #990000
	}

body { font-family: georgia, "Times New Roman", serif; 
	font-style: normal; 
	font-weight: normal; 
	background : #cccc99;
	color: #663300;
	}

table{
	border : 0px;
	}

td.title {  font-weight: bold; 
			width : 250px; 
			text-align : right; 
			}
			
td.menu { 
		
		font-size: 100%; 
		width : 100px; 
		text-align : left; 
		}
ul.menu li{ 
		background-image: url('bullet.gif');
		 background-repeat: no-repeat;
		background-position: -0px;
		 padding-left: 1em;
		white-space: nowrap;
		padding-bottom : 0.5em;
		padding-top : 0.5em;
		list-style : none;
		
		}	
		
td.left { 
		font-weight: bold; 
		font-size: 200%; 
		text-align : left; 
		}
td.right {
		font-weight: normal; 
		font-size: 100%; 
		text-align : left }
		
td.right p{
	line-height : 1.2em;
}
