/* 
  File name:  freezlets
  Created on: July 23, 2002 at 10:31 AM
  Author:     Roberto  

  Description:
    An empty stylesheet.
*/

BODY
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A
{
    FONT-WEIGHT: normal;
    COLOR: #73133E;
    FONT-STYLE: normal;
	TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #73133E;
    FONT-WEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
h1
{
   COLOR: #73133E;
}
.content
{
	max-width:600px;
}

 