﻿body
    {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .header
    {
        background-repeat: no-repeat;
        background-image: url('../images/mheader.jpg');
    }
    .blackColor
    {
        color: #000000;
        text-decoration: none;
    }
    .blueColor
    {
        color: blue;
        text-decoration: none;
    }    
    .newStyle1:hover, .newStyle1:active
    {
        font-size: 20px;
        background-color: #00FFFF;
    }
    .newStyle1
    {
        font-size: 12px;
    }
    .flag
    {
    	float:right;
    	margin-right:5px;
    }
