﻿body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    
   
}

a
{
    color: #212020;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: none;
}
li {
    list-style: none outside none;
}
#container
{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url('../../Home_image/tanminhtien/backgroud-body.png');
    background-repeat:repeat-x;
    background-color:#00A5FF;
}