.size10
{
  font-size:10px;
}
.size11
{
  font-size:11px;
}
.size12
{
  font-size:12px;
}
.size14
{
  font-size:14px;
}
.size16
{
  font-size:16px;
}
.size18
{
  font-size:18px;
}
.size20
{
  font-size:20px;
}
.size24
{
  font-size:24px;
}
.size28
{
  font-size:28px;
}

.link1
{
  color=navy;
  text-DECORATION:none;
}
.link1:hover
{
  color=navy;
  text-DECORATION:underline;
}

.link2
{
  color=red;
  text-DECORATION:none;
}
.link2:hover
{
  color=red;
  text-DECORATION:underline;
}

.link3
{
  color=white;
  text-DECORATION:none;
}
.link3:hover
{
  color=white;
  text-DECORATION:underline;
}

.link4
{
  color=gray;
  text-DECORATION:none;
}
.link4:hover
{
  color=gray;
  text-DECORATION:underline;
}

.kirmizi
{
  color:red;
}

.beyaz
{
  color:white;
}

.silver
{
  color:silver;
}

.gri
{
  color:gray;
}

.koyugri
{
  color:#555555;
}

.beyaz
{
  color:white;
}