/* CSS di base per il Layout 2008 del sito     */
/* fudoushin.it - release 1.0 febbraio 2008    */
/*              - by Grigo -                   */
/***********************************************/


/***********************************************/
/*       Impostazione e layout intropage       */
/***********************************************/

body {
	background-color: #000000;
}

.Stile1 {
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
}

.Stile3 {
	font-size: medium;
	font-weight: bold;
}

.Stile5 {color: #FFFFFF; font-size: x-large;
}

.Stile6 {font-size: large
}

.Stile7 {font-size: medium
}

a  
    {
    color: #006699;
    text-decoration: none;
}


a:link
    {
    color: #006699;
    text-decoration: none;
}


a:visited
    {
    color: #006699;
    text-decoration: none;
}


a:hover
    {
    color: #006699;
    text-decoration: underline;
}

#container {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#container #masthead {
	padding-top: 5px;
}
#container #intromov #entersite {
	padding-top: 5px;
}
#container #intromov #sponsor {
	margin-top: 15px;
}
