            
.weather{
         font-size:        	8px;
       }

body, 
input, 
textarea, 
select, 
option,
table,
tr,
th,
td          {
                   font-family:      	Verdana,sans-serif;
                   font-size:        	11px;
                   color:            	#444444;
                   text-decoration : 	none;
                }

h1         		{
                   font-family:      	Verdana,sans-serif;
                   font-size:        	11px;
                   font-weight:		  bold;
                   color:            	#444444;
                   text-decoration : 	none;
                }

h2		        {
                   font-family:      	Verdana,sans-serif;
                   font-size:        	11px;
                   font-weight:		  normal;
                   color:            	#444444;
                   text-decoration : 	none;
                   font-style:           italic;
                }
                
a:link, 
a:visited,
a:active		{ 
					font-family:		Verdana,sans-serif;
					text-decoration:	none; 
					color:				#444444;
				}
				
a:hover     {
               text-decoration:  underline;
               color:            red;
            }

.link       {
					text-decoration:	none; 
					color:				#444444;
            }
            
.bluelink    {
					text-decoration:	none; 
					color:				blue;
            }

.bluelink:hover {
					text-decoration:	underline; 
					color:				red;
            }
