/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 36px;
	font-family: 'OratorStd-Slanted', 'OratorStd', 'arial' ;
	background-color:#F6F5F5;
	background-repeat:no-repeat;
	background-position: bottom;
	text-align: center;/*centered*/
	line-height: 1.33;
	color: black;
	padding: 5px 20px 0 0;
}

h1, h2, h3{
	font-style: italic;
	font-weight: 300;
}

.small{
	font-size: 20px;
}

.right{
	text-align: right;
}

a{
 	color:gray;
 	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}