/* Cascading Style Sheet for Meteo Site */


body
	{
	
	background: #C0C0C0;
        font-family: Arial,Helvetica;
	color: #000000;
 
	}
        	
h1

        {

        color: #000000;

	font-family: Arial,Helvetica;

	font-size: 120%;

	text-align: center;

	font-style: bold;

	}        	
ul p, ol p, dl p
	{
	margin-left: 0em;
	}

p
	{
	margin-top: .6em;
	margin-bottom: .6em;
	}


ul, ol
	{
	margin-top: .6em; 	
	margin-bottom: 0em;
	}
	
ol
	{
	margin-left: 3.6em; 
	}	
	
ul
	{
	list-style-type: disc; 
	margin-left: 1.9em; 
	}

li
	{
	margin-bottom: .6em;
	}

ul ol, ol ol
	{
	list-style-type: lower-alpha;
	{

a {text-decoration: none}
a:visited {color: #999999}
a:hover {color: #FFFFFF}
a:link  {color: #999999}
a {font-size: 12pt; font-color: #FFFFFF; font-family: MS Sans Serif, Arial}

