.edit1
{
  font-family:Tahoma;
  font-size:11px;
  border:1px solid #ff9999;
  width:100%;
}
.submit1
{
  font-family:Tahoma;
  font-size:11px;
  border:1px solid gray;
  width:100px;
  color:black;
}

<!-- ÖZEL SİTİLLER -->
.title
{
  font-family:Tahoma;
  color:white;
}
.explanation
{
  font-family:Tahoma;
  color:white;
}

<!-- YAZI SİTİLLERİ -->
.size10
{
  font-family:Tahoma;
  font-size:10px;
}
.size11
{
  font-family:Tahoma;
  font-size:11px;
}
.size12
{
  font-family:Tahoma;
  font-size:12px;
}
.size14
{
  font-family:Tahoma;
  font-size:14px;
}
.size16
{
  font-family:Tahoma;
  font-size:16px;
}
.size18
{
  font-family:Tahoma;
  font-size:18px;
}
.size24
{
  font-family:Tahoma;
  font-size:24px;
}
.size36
{
  font-family:Tahoma;
  font-size:36px;
}

<!-- SAYFA SİTİLLER -->
p
{
  margin: 0px 0px 0px 0px;
}

h1
{
  font-family:tahoma;
  size:18px;
  margin:0px 0px 10px 0px;
}
h2
{
  font-family:tahoma;
  size:16px;
  margin:0px 0px 10px 0px;
}
h3
{
  font-family:tahoma;
  size:14px;
  margin:0px 0px 10px 0px;
}
h4
{
  font-family:tahoma;
  size:12px;
  margin:0px 0px 10px 0px;
}
h5
{
  font-family:tahoma;
  size:11px;
  margin:0px 0px 10px 0px;
}
h6
{
  font-family:tahoma;
  size:10px;
  margin:0px 0px 10px 0px;
}

<!-- BASIT LINK SİTİLLERİ -->
.link1
{
  font-family:Tahoma;
  color:navy;
  text-DECORATION:none;
}
.link1:hover
{
  font-family:Tahoma;
  color:blue;
  text-DECORATION:none;
}
.link2
{
  font-family:Tahoma;
  color:white;
  text-DECORATION:none;
}
.link2:hover
{
  font-family:Tahoma;
  color:white;
  text-DECORATION:underline;
}

<!-- LINK BLOK SİTİLLERİ -->
A.menulink1 {
  DISPLAY: block;
  PADDING: 2px;
  WIDTH: 100%;
  HEIGHT: 100%;
  TEXT-DECORATION: none;
  COLOR: black;
  border:1px solid silver;
}
A.menulink1:hover {
  TEXT-DECORATION: none;
  COLOR: red;
  BACKGROUND-IMAGE:url(image/menu-01.png);
  border:1px solid ff6600;
}

<!-- RENK SİTİLLERİ -->
.maroon
{
  color:maroon;
}

.navy
{
  color:navy;
}

.teal
{
  color:teal;
}

.black
{
  color:black;
}

.white
{
  color:white;
}

.silver
{
  color:silver;
}

.gray
{
  color:gray;
}

.green
{
  color:green;
}

.blue
{
  color:blue;
}

.yellow
{
  color:yellow;
}

.red
{
  color:red;
}
