/* This is the css used by Vittore home page */

a:link
{
	color: #336699;
	text-decoration: none;
}

a:visited
{
	color: #336699;
	text-decoration: none;
}

a:hover
{
	color: #336699;
	text-decoration: underline;
}

.size1_normal
{
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
        color: #336699;
}

.size2_normal
{
	font-size: 20px;
	font-weight: normal;
        text-align: justify;
        color: #336699;
}

.size3_normal
{
	font-size: 24px;
	font-weight: normal;
        text-align: justify;
        color: #336699;
}

.size1_bolder
{
	font-size: 16px;
	font-weight: bolder;
	text-align: justify;
        color: #336699;
}

.size2_bolder
{
	font-size: 20px;
	font-weight: bolder;
        text-align: justify;
        color: #336699;
}

.size3_bolder
{
	font-size: 24px;
	font-weight: bolder;
        text-align: justify;
        color: #336699;
}

.title1
{
	font-size: 36px;
	font-weight: bold;
	text-align: justify;
        color: #336699;
}

.title2
{
	font-size: 30px;
	font-weight: bold;
	text-align: justify;
        color: #336699;
}

.title3
{
	font-size: 24px;
	font-weight: bold;
	text-align: justify;
        color: #336699;
}
