﻿body {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
h1 {
	font-family: Arial;
	font-size: 26px;
	text-decoration: none;
	color: #333333;
	letter-spacing: 2px;
}
table {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	text-align:left;
	
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #800000;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #800000;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
#itab {
	border-left: 2px dotted #c2c3e2;
	border-right: 2px dotted #c2c3e2;
	border-bottom: 2px dotted #c2c3e2;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
#tzel {
	border: 2px solid #c2c3e2;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #c2c3e2;
	text-align: center;
}
#uzel {
	border: 2px solid #c2c3e2;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
input {
	font-family: Arial;
	font-size: 12px;
	border: 1px dotted #999999;
	background-color: #c2c3e2;
}
textarea {
	font-family: Arial;
	font-size: 10px;
	border: 1px dotted #999999;
	background-color: #c2c3e2;
}

