﻿body 
{
     margin: 0px;
    
    background-image:url('images/FullBackGround.jpg');
    background-repeat:no-repeat;
    
    background-position:left top;
}

.Title
{
    font-family:Tahoma;
    font-size:13pt;
    font-weight:bold;
    color:#a51a77;    
    
    
}


.SubTitle
{
    font-family:Tahoma;
    font-size:12pt;
    font-weight:bold;
    color:#a51a77;    
}

.Content
{
    font-family:Tahoma;
    font-size:10pt;
    font-weight:normal;
    color:Black;        
}

.BoldText
{
    font-family:Tahoma;
    font-size:10pt;
    font-weight:bold;
    color:#a51a77;    
}

.Links
{
    font-family:Tahoma;
    font-size:10pt;
    font-weight:normal;
    text-decoration:underline;
    color:Blue;    
}

.Table
{
     width:600px;   
}
