﻿body 
{
    background-color: #000000;
    font-family: Calibri;
    font-size:small;
    color:White;
    
}


h2
{
    font-size: 110%; 
    color: #C1B4A4; 
    font-family: "Malgun Gothic"; 
    font-weight: bold;
    
}

#col1 
{
    width:250px; 
    margin-right:10px; 
    clear:none; 
    float: left;
}

#col2
{
    width:365px; 
    margin-right:10px; 
    clear:none; 
    float: left;
}

#col3
{
    width:325px; 
    margin-right:2px; 
    clear:none; 
    float: left;
}

#mainContent
{
    margin-left:60px;
}



#menu
{
    font-family: Calibri; 
    font-size: 110%; 
    color: #E4E4E4;
    margin-top:20px;
    line-height:200%;
    }
    
#newsLinks
{
    font-family: "Malgun Gothic"; 
    font-size: 100%; 
    font-weight:bold;
    color: #FFFFFF;
    margin-top:20px;
    line-height:350%;
}
    

    
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
