/*  
*   Basic Styles
*   Author    -> MayVas <info@mayvas.com>
*   File type -> CSS2
*   License   -> GPL

----------------------  
  Document Structure
----------------------
  #1 - Body
  #2 - Headers
  #3 - Links
  #4 - Tables
  #5 - Images
  #6 - Forms

*/


/* #1 -- Body -- */
body {
  margin: 0;
  padding:0;
  font-size: 14px;
  font-family: Arial;
  background: url(../images/fonBgr.jpg) repeat;
  color: #721617;
}

/* #2 -- Headers -- */

h1
{
font-size: 20px;
padding: 0px 0px 0px 0px;
font-family: Tahoma;
font-weight: lighter;
}

h2
{
font-size: 16px;
padding: 10px 0px 0px 0px;
}

strong
{
font-size: 13px;
color: #ab132d;
}

/* #3 -- Links -- */
a:link {

}
a:visited {

}
a:hover {

}
a:active {

}



/* #4 -- Tables -- */
table{

}
table tr td{

}
table tr td{

}


/* #5 -- Images -- */
img { border: none; }



/* #6 -- Forms -- */
form {
  margin: 0px;
  padding: 0px;
}
