
/*
Sibis navigations CSS file
*/
body {
		margin: 1em 0.5em;
		Background-Color : #ffffff;
		Font-Family : Arial,Verdana,sans-serif;
		font-size : 1.0em;
		Color : #314A9C;
		vertical-align: middle;
       }

a    { font-size : 1.1em;
       Color : #314A9C;
       }

a:link {
		text-decoration: none;
        }

a:visited {
		text-decoration: none;
		}
		
a:hover {
		text-decoration: underline;
        }

a:active {
		text-decoration: underline;
		}

span {
        font-size : 0.7em;
        font-weight: bold;
        }