﻿/*****************************************
********** Code by Inferi*****************
********www.bluesrockcafe.cz**************
******************************************
*************Remake 2009******************
*****************************************/

/* Body element */
body{
	margin: 0px auto; padding: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-color: #990000;
	color: #FFFFFF;
}


/* heading 1 */
h1{
	position: relative; margin: 5px 20px 20px 20px;
	text-align: left;
	
	font-size: 20px;
	font-weight: bold;	
	color: #FC0;
}


/* heading 2 */
h2{
	position: relative; margin: 3px 3px 8px 3px;
	text-align: center;
	
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
}


/* heading 3 */
h3{
	position: relative; margin: 30px 20px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}


/* heading 4 */
h4{
	position: relative; margin: 5px 0px 10px 0px;	
}


/* heading 5 */
h5{
	position: relative; margin: 5px 0px 10px 0px;	
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}


/* heading 6 */
h6{
	position: relative;
	font-size: 10px;
	margin: 15px 0px 5px 0px;
}

p{
	margin: 15px;
	text-align: justify;
}

p a{
	color: #FC3;
}

p a:hover{
	color: #FFF;
}

