/* CSS Document */

body
{font-family:Arial, Helvetica, sans-serif; font-size: 0.8em;}
h1
{font-size: 1.2em; margin: 30px;}
h2
{margin-left: 25px;font-size: 0.9em;}
a
{font-weight: bold;text-decoration:underline;color: #000000;}

/*class-----------*/

.red-text
{color: #FF0000;}

.error {
	color:  red;
	font-weight: bold;
}


