﻿#bodydiv
{
    width: 700px;
    min-height: 700px;
    background-color: #ffffff;   
}

body
{
    background-color: #9aceff;
    
}

div, div table
{
     margin: 0px auto;
}

#langdiv
{
    Float:right;
    clear: none;
}

#googleleft
{
    width: 120px;
    height: 600px;
    float: left;
    clear: none;
}

#googleright
{
    width: 120px;
    height: 600px;
    float: right;
    clear: none;
}

.langlink
{
    border: solid 1px white;
}

img
{
    border: 0px;
}

.newsdate
{
    font-family: Arial;
    font-size: 12px;
    color: Silver;
    font-weight: bold;
    text-align:left;
}

.newstitle
{
    font-family: Arial;
    font-size: 12px;
    color: Silver;
    font-weight: bold;
    text-align:left;
}

.newsdesc
{
    font-family: Arial;
    font-size: 10px;
    color: black;
    font-weight: normal;
    text-align:left;
}

.newsdiv
{
    text-align: left;
    overflow:scroll;
}
