/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
.title1
{
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
font-weight:bold;
color:#ffffff;
text-align:center;
  
}
.title2
{
text-align:center;
font-size:20px;
}
.title3
{
font-size:24px;
color:red;
text-align:center;
}
.title4
{
font-size:22px;
color:blue;
text-align:center;
}
.heading
{
color:blue;
font-size:18px;
}
/*for home page*/
.homeheadingblue
{
font-size:18px;
background-color:blue;
color:white;
}
.homeheadingblack
{
font-size:18px;
background-color:black;
color:white;
}
.redbckhome
{
background-color:red;
color:white;
font-size:14px;
}
.bluebckhome
{
background-color:blue;
color:white;
font-size:14px;
}
