body, table, div	{
					font-family: Arial, Verdana;
					font-size: 10pt;
					color: #000000;
					line-height: 18px;
					
}

a	{
				font-family: Arial, Verdana;
				font-size: 10pt;
				color: #608f0e;
				text-decoration: none;
				font-weight: bold;
				text-transform: uppercase;
}

a:hover	{
					color: red;
					background-color: lightgreen;
					
}

a:active	{
				background-image: url(images/some.jpg);

}


input,textarea	{
			width: 200px;
			margin: 5px;
			
			
}


div.text, div td.txt	{
				padding: 10px;
				font-family: Georgia;
				color: yellow;
				font-size: 10pt;
}

b	{
		text-transform: uppercase;
		color: red;
}

.web	{
			text-transform: lowercase;
}