﻿body 
{
	color: #CCCCCC;
	font-family: Calibri;
	font-size:12px;
}

a:link {
	font-size:14px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-size:14px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-size:14px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-size:14px;
	color: #CCCCCC;
	text-decoration: none;
}


.textBaslik 
{
	font-weight:bold;
	font-size:13px;
	color: #FFFFFF;
	text-decoration: underline;
}	
.Menubtn:link
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #00aeef;
		text-decoration: none;
	}	
	
.Menubtn:hover
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #00aeef;
		text-decoration: underline;
	}
.Menubtn:visited
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #00aeef;
		text-decoration: none;
	}	
.Menubtn:visited:hover
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #00aeef;
		text-decoration: underline;
	}	
	
.Menubtn:active
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #00aeef;
		text-decoration: none;
	}	
	
.Menubtn:active:hover
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #00aeef;
		text-decoration: underline;
	}	