/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {

}

/*----------BORING BUT KUSTUM------------------*/
html, body {
	height: 100%;
	width: 100%;
	font-size: 13px;
	color: #444444;
	text-align: center;
	font-family: arial, sans-serif;
	
}

a:link, a:visited {
	color: #900017;
	text-decoration: none;
}

a:hover, a:active {
	color: black;
	}

#header a, #footer a {
	text-decoration: none;
	}

h1 {
	font-size: 1em;
	color: #9C0413;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
	
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	}

h5 {
	}

h6 {
	}
	



.lefted {text-align: left;}
.centered {text-align: center;}
.righted {text-align: right;}
.justified {text-align: justify;}

.images {
	text-align: center;
	}
	
.images img {
	padding: 5px;
	background: #B4DF97;
	margin: 5px;
	
	}

.table {
	margin-top: 20px 0;
	}
	
.section table td, .section table th {
	padding: 3px 5px;
	border: 1px solid #BBBBBD;
	}
	
.h {
	font-weight: bold;
	}

.section img {
	padding: 3px;
	border: 1px solid #BBBBBD;
	margin: 0 5px;
}



/*-----------JUST BORING-----------------------*/


a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}	




form table {
	margin: 0 auto;
}
form table td,form table th {
	padding: 3px 5px;
	text-align: left;
}

form th {
	text-align: right;
}

/*------------EVAR!!!!111-----------------*/		


* {
	margin: 0;
	padding: 0;
	}


ul {
	list-style-position: outside;
	}
	

table {
	border-collapse: collapse;
}

table, img {
	border: 0;
}


#main ul {
	margin-left: 10px;
}


#main p {
	margin-top: 5px;
	}


address {
	font-style: normal;
	}

table, img {
	border: 0;
}


#main ul, #main ol {
	margin-left: 30px;
	margin-top: 5px; 
}



