/*  
*   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: 0px;
  padding:0px;
  line-height: 110%;
  font-family: Arial;
  font-size: 13px;
  color: #542036;
  background: url(../images/fonBgr.jpg) repeat;
}


/* #2 -- Headers -- */
h1, h2, h3, h4, h5, h6 { 
	font-family: arial, verdana, sans-serif;
	margin: 0 0 1em 0;
	color: #ea647c;
}
 
    h1  {  font-size: 16px; }
    h2  {  font-size: 150%; }
    h3  {  font-size: 120%; }
    h4  {  font-size: 100%; }
    h5  {  font-size: 90%;  }
    h6  {  font-size: 90%; border: 0; }


a{
color: #705f8c;
text-decoration: none;
}

a:hover {
color: #434141;
}

/* #4 -- Tables -- */
table{

}
table tr td{

}
table tr td{

}


/* #5 -- Images -- */
img { border: none; }



/* #6 -- Forms -- */
form {
  margin: 0px;
  padding: 0px;
}
