@CHARSET "ISO-8859-1";

*
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	
	margin: 0px;
	border: none;
	padding: 0px;
}

body
{
	background-color: #d3d3d3;
}

h1
{
	font-size: 30px;
	background-color: #ccc;
}

h2
{
	font-size: 35px;
	background-color: #ccc;
}

h3
{
	font-size: 20px;
	color: #ffffff;
	background-color: #999999;
	padding-left: 5px;
	margin-bottom: 3px;
}

h4
{
	font-size: 13px;
}

img
{
	vertical-align: bottom;
}
/*
select
{
	width: 150px;
	background-color: yellow;
}

select option
{
	padding: 0px 2px;
}

select option:hover
{
  background-color: yellow;
  color: black;
	cursor: pointer;
}

select option.divider,
select option.divider:hover
{
	font-weight: bold;
	background-color: black;
	color: white;
	margin-top: 10px;
	margin-bottom: 2px;
	cursor: default;
}
*/

/*** LINKS ***/
a.imgLink:hover
{
	background-color: transparent;
}

a:link, a:visited
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}
