a:LINK {
	color : #669900;
	text-decoration : underline
}
a:ACTIVE {
	color : red;
	text-decoration : none
}
a:VISITED {
	color : 669900;
	text-decoration : underline
}
a:HOVER {
	color : black;
	text-decoration : none;
}

.link:VISITED {
	color : #3300CC;
	text-decoration : none
}
.link:LINK {
	color : #3300CC;
	text-decoration : none
}
.link:HOVER {
	text-decoration: none;
	color: red;
}
.link:ACTIVE {
	text-decoration: none;
	color: orange;
}

.menu:VISITED {
	color : #CC3300;
	text-decoration : none
}
.menu:LINK {
	color : #CC3300;
	text-decoration : none
}
.menu:HOVER {
	text-decoration: none;
	color: black;
}
.menu:ACTIVE {
	text-decoration: none;
	color: red;
}

body {
	FONT-family:"Century Gothic"; 
	font-size:12px;	
	background-color : #FFFFFF;
	color : #000000;
}

body, td { font-size: 11px }

input,select { font-size: 11px }

.resim {
 border-color:#000000; 
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
 border:1px solid #000000;
 }
 .menutitle{
cursor:pointer;
}
.submenu{
margin-bottom: 2em;
}
