/*Css-regler för body tag*/
body {
	background-color:#FFFFFF;
	font-family:verdana, arial, serif;
	font-size:12px;
	text-align:center;
	background-image:url('../img/g_bg.jpg');
  background-repeat: repeat-x;
    }
   
/*Regler för H1-rubrik*/
h1  {
	color:#cc0000;
	font-size:10px;
	margin:auto;
    }
    
h5  {
	color:#cc0000;
	font-size:14px;
	margin:auto;
    }
	
a   {
  color:#cc0000;
	text-decoration:none;
	}
a:visited  {
  color:#cc0000;
	text-decoration:none;
	}
a:hover   {
	text-decoration:none;
	}
	
img  {
	border-style:none;
	}
	
.con_table {
  margin:auto;
	width:800px;
	text-align:center;
	background-color:#ffffff;
	border: 1px solid #990000;
		}
		
.cont_d {
  margin:auto;
	
	
		}
.cont_d td{
  margin:auto;
  text-align:center;
  
	}
		
#top    {
	text-align:center;
	font-size:10px;
	color:#0000FF;
		}
		
#logo    {
  margin:auto;
	width:100%;
	text-align:center;
		}
		
hr {
  margin:auto;
	width:600px;
	}

.footer {
	text-align:center;
	text-decoration:none;
		}
		

.foot_links {
  margin:auto;
  width:500px;
	text-align:center;
	text-decoration:none;
		}
.foot_links td {
  margin:auto;
  width:50%;
	
		}
		
.bad {
  margin:auto;
			}