﻿/* Common elements */
body
{
    margin: 0px;
    padding: 0px;
    background-image: url(../images/YCP_08.jpg);
    background-repeat: repeat-x;
    background-color: #000000;
    font-family: 'Lucida Sans Unicode' ,'Trebuchet MS' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-size: 12pt;
    text-align: center;
}
img
{
    border: none;
}
a
{
    color: #F70;
}
a:hover {
	color: #C60;
}
.white
{
    color: #ffffff;
} 
.blue
{
    color: #0D72B9;
} 
h1.white
{
    padding: 0px;
    margin: 0px;
    font-size: 25pt;
    font-weight: bold;
    color: #0D72B9;
}   
h2.white
{
    padding: 0px;
    margin: 0px;
    font-size: 15pt;
    font-weight: bold;
    color: #0D72B9;
}   
h1.blue
{
    padding: 0px;
    margin: 0px;
    font-size: 25pt;
    font-weight: bold;
    color: #FFFFFF;
}   

