﻿@import url(generic.css);
body 
{
	font-size:18px;
	font-family:@Arial Unicode MS Lucida Sans Unicode Lucida Sans;
}
p
{
	font: normal normal 400 10 20;
	font-size: 18px;
}

table
{
    border-color: Orange;
}
td
{
    border-color:Lime;
}
tr
{
    border-color:Blue;
}

caption
{
    caption-side: bottom; 
    width: auto;
    text-align: left
}
