/* - - - - - - - - - - - - - - - - - - - - -

Title : NGSI Styles Basic
Author : Patrick Wong
URL : www.ngsi.net

- - - - - - - - - - - - - - - - - - - - - */
body {
	background-color: #FF0000;
	}
h1 {
	font-size: 0.8em;
	line-height: 0.9em;
	letter-spacing: 0em;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	}
H2 {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	}
H3 {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	}
a:visited {

        color: #ffdd00;
        font-size: 8pt;
        font: arial;
        font-family: arial;
        text-indent: 0px;
        margin: 0;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        text-decoration: none;
	}
a:link {

        color: #ffdd00;
        font-size: 8pt;
        font: arial;
        font-family: arial;
        text-indent: 0px;
        margin: 0;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        text-decoration: none;
	}
a:active {

        color: #ffdd00;
        font-size: 8pt;
        font: arial;
        font-family: arial;
        margin: 0;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        text-decoration: none;
	}
a:hover {

        color: #999999;
        font-size: 8pt;
        font: arial;
        font-family: arial;
        margin: 0;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        text-decoration: underline;
	}