BODY			{ 
                          color : black;
                          background : #f4f4f4 ;
                          font-family : times; 
			  margin-top : 5% ; 
			  margin-left : 0% ; 
			  margin-right : 0%;
			}

H7			{ 
                          color : #000000;
                          background : #f4f4f4 ;
                          font-family : times; 
			  text-align : center;
			}

H1, H2, H3  { 
                          font-family: times;
                          color: black;
			  text-align : left;
		        /*margin-left : 0% ;
			  width : 60% ; 
			  margin-right : auto; 
			  margin-top : 1em;
			  margin-bottom : 0em;
			*/
			}
H4, H5, H6  { 
                          font-family: times;
                          color: black;
			  text-align : left;
			/*margin-left : 0% ;
			  width : 60% ; 
			  margin-right : auto; 
			  margin-top : 1em;
			  margin-bottom : 0em;
			*/
			}

A			{ 

			}

A:link			{ 
                          color : Black ; 
                          text-decoration : none ;
			}

A:visited		{ 
                          color : "#0f00d0" ; 
			  text-decoration : none ;
			}

A:active		{ 
			  color : black ;
                          text-decoration : none ; 
			}

A:hover			{ 
			  color : black ; 
			  text-decoration : none ;
			}

.link			{
			  border : thin solid #cccccc ;
			  padding : 5px;
			  text-align : center;
			  width : 60% ;
			}





