﻿    
.pageheading
    {
        font: Candara;
        font-family: Candara;
        font-size: 36px;
        color: White;
    }
    
.heading
    {
        font: Candara;
        font-family: Candara;
        font-size: 24px;
        color: White;
    }
    
    .subheading
    {
        font: Candara;
        font-family: Candara;
        font-size: 20px;
        color: White;
        text-decoration: underline;
    }
    
.LargeText
    {
        font: Candara;
        font-family: Candara;
        font-size: 18px;
        color: White;
    }
    
.SmallText
    {
        font: Candara;
        font-family: Candara;
        font-size: 12px;
        color: White;
    }
    
A.HyperLink:Link	
    {
	    color:	White;
	}	
		
A.HyperLink:Visited	{	
	    color:	White;
	}	
		
A.HyperLink:Active	{	
	    color:	White;
	}	
		
A.HyperLink:Hover	{	
	    color:	White;
	}
	
Image
{
    border-style: none;
}