/* 
	common style sheet
	Author: Maioli Giacomo Luca <luca@raincloud.it>
	Web: http://raincloud.it
*/

body,p,div,form,input,textarea,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,fieldset,th,td { 
	margin:0;
	padding:0;
}

small{
	font-size: 65%;
	color: #777;
}

table {
	border-collapse:collapse;
}

fieldset,img,a img { 
	border:0;
}

ol,ul {
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

th{
	text-align: left;
}

a {
	color: #c1f5f5;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

code {
	white-space:pre;
	font-family: Andale mono, "Andale Mono", Courier, monospace;
}

/* Common style across pages*/

body {
	font-size: 17px;
	line-height: 165%;
	color: #c1f5f5;
	background: #b71701;
	font-family: Verdana, Arial, sans;
}

.invert-color{
	color: #b71701;
}

