/* Author: May Wong */
/* This code is the style for main homepage */

body {background-color:antiquewhite;}

hr
{
width:100%;
align-self:center;
}

table
{
width: 100%;
}

td
{
text-align: center;
height: 30px;
vertical-align: center;
}

h1
{
color:crimson;
text-align:center;
}

h3
{
color:red;
text-align:left;
font-weight:bold;
font-size:21px;
}

h4
{
color:red;
text-align:left;
font-weight:bold;
}

div
{
text-align:right;
}

#para1
{
text-align:center;
color:red;
font-size:20px;
font-weight:bold;
}

#title
{
color:blue;
font-weight:bold;
}
