﻿@media only screen and (max-device-width : 500px)  
{
    
    .leftcontent
    {
        
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#141414;
	    position:relative;
	    
	    width:100%; 
	    margin-left:auto;
	    margin-right:auto;
    }

    .leftcontent a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#141414;
	    text-decoration:none;
	    
    }

    .leftcontent a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#141414;
	    text-decoration:none;
	    
    }

    .leftcontent a:hover
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ff0000;
	    text-decoration:none;
	    
    }

    .leftcontent h1
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ff0000;
	    margin:0;
	    padding:0px;
	    
    }

}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{

    .leftcontent
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#141414;
	    position:relative;
	    float:left;
	    width:679px; 
	    background-color:#ffffff;
    }

    .leftcontent a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#141414;
	    text-decoration:none;
    }

    .leftcontent a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#141414;
	    text-decoration:none;
    }

    .leftcontent a:hover
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ff0000;
	    text-decoration:none;
    }

    .leftcontent h1
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ff0000;
	    margin:0;
	    padding:0px;
    }

}