.sub {
        font-family: Tahoma;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
}
.bod {
        font-family: Tahoma;
        font-size: 14px;
        color: #666666;
}
H1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #CC0000;
}
A {
        font-family: Tahoma;
        font-size: 9px;
        Color : #CC3300; font-weight: bold;
        text-decoration : none;
}
A:hover {
        font-family: Tahoma;
        font-size: 9px;
        Color : #CC3300; font-weight: bold;
        text-decoration : underline;
}.bodwh {
        font-family: "MS Sans Serif";
        font-size: 10px;
        color: #FFFFFF;
}
.sub3 {
        font-family: Tahoma;
        font-size: 15px;
        font-weight: bold;
        color: navy;
}
.title {
        font-family: Tahoma;
        font-size: 24px;
        font-style: normal;
        color: #FF6600;
        font-weight: bold;

}
.title2 {
        color: #C93C4C;
        font-family: Tahoma;
        font-size: 24px;
        font-weight: bold;
}
.sub4 {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: navy;
}
.sub5 {
        font-family: Tahoma;
        font-size: 9px;
        font-weight: bold;
        color: #000000;
}
a.side {
        font-family: Tahoma;
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
}
a.side:hover {
        font-family: Tahoma;
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: underline;
}
.slog {
        font-family: Tahoma;
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
}
.sub6 {
        font-family: Tahoma;
        font-size: 20px;
        color: #000000;
}

//Standart CSS
  a.menu{
    color: #1C5679;
    font-size: 11;
    text-decoration: none;
    font: 100;
  }
  a.menu:hover{
    color: red;
    text-decoration: underline;
  }
  a.menu1{
    color: green;
    font-size: 12;
    text-decoration: none;
    font: 100;
  }
  a.menu1:hover{
    color: black;
    text-decoration: underline;
  }
  .nid{
    color: green;
    text-decoration: underline;
  }
  .nid:hover{
    color: black;
    text-decoration: none;
  }

  .navig{
    color: green;
    text-decoration: none;
  }
  .navig:hover{
    color: black;
    text-decoration: underline;
  }
  .page{
    background-color: green;
    color: white;
  }
  .navigo{
    color: green;
    background-color: white;
    text-decoration: none;
  }
  .navigo:hover{
    color: #666666;
    text-decoration: underline;
  }
  .hd{
    color: orange;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
  }

  h1{
    font-weight: bold;
    font-size: 16px;
    color: #1C5679;
  }

  .connt{
    color: black;
    font-family: Arial;
    font-size: 14px;
    margin: 20px;
  }
  .navbg{
    font-family: Arial;
    font-size: 12px;
    color: green;
  }

  a.face{
    color: black;
    font-size: 14;
    text-decoration: none;
    font-weight: normal;
  }
  a.face:hover{
    color: black;
    text-decoration: none;
  }

  hr{
          color: black;
          background-color: black;
          height: 1px;
          border: 0;
  }

  h1{
    margin-top: 20px;
    color: navy;
  }
  
  a {
	font-size: 14px;
	text-decoration: none; 
	color: #8DB5D7;
}
a:hover, a:active {
      color: red;
	text-decoration: underline; 
}
body{
	font-family: Tahoma;
	color: #8DB5D7;
}
