﻿body
{
	background-image	: url("Arka.jpg");
	background-attachment	: scroll;
	background-position	: top left;
	background-repeat	: repeat;
	font-family: Times New Roman;
	margin: 0px;
}

body.no-background	
{
	background-image	: none;
}

a
{
	color		: #000088;
	text-decoration	: none;
}

a:hover
{
	text-decoration	: underline;
	color			: #000044;
}

a.secili
{
	text-decoration	: underline;
}
a:hover.menu
{
	text-decoration	: underline;
	color			: #000044;
	background-color: #FFFFFF;
}
td.link
{
	font-weight:bold;
	border-bottom: solid thin #000033;
}
tr.link
{
	border-bottom: solid thin #000033;
}
img
{
	border-color: #000088;
}

td.foto
{
	width			: 208px;
	height			: 202px;
	vertical-align	: middle;
	text-align		: center;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #000088;
	margin			: 4px;
	padding			: 1px;
}