/*
    content.css - Style Sheet for Michael Gourkani website
    9:06AM  1/7/99 Scott Bernardi
*/

BODY    	{   background-color : black;
            	color : white;
            	font-family : Verdana, Arial, sans-serif;
            	font-size : 12pt;
                font-align : justify;
        	}


A:link      {   color : #FF20C0 }
A:visited   {   color : #FF20C0 }
A:active    {   color : #FF99FF }

H1			{   color : #FF20C0;
            	font-family : "Times New Roman";
                font-size : 20pt;
        	}

H2			{   color : #FF20C0;
            	font-family : "Times New Roman";
                font-size : 18pt;
        	}

H3			{   color : #FF20C0;
            	font-family : "Times New Roman";
                font-size : 14pt;
        	}

P.INDENT 	{  text-align: justify;
				margin-top: 0;
				margin-bottom: .2cm;
				margin-left: .25cm;
				margin-right: .25cm;
            {



TABLE       {   font-family : Verdana, Arial, sans-serif;
                font-size : 10pt;
            }

TH          {   font-family : Verdana, Arial, sans-serif;
                font-size : 10pt;
                font-weight : 700;
            }

TD          {   font-family : Verdana, Arial, sans-serif;
                font-size : 10pt;
            }

TD.sidebar	{  background-color : #003366;
                color : white;
                font-family : Verdana, Arial, sans-serif;
                font-size : 10pt;
                font-align : left;
            }

A.sidebar:link      { color : #00FFFF;
                      font-size : 8pt;
					}
A.sidebar:visited   { color : #CCCCCC;
                      font-size : 8pt;
					}
A.sidebar:active    { color : #FF00FF;
                      font-size : 8pt;
					}

.SMALL      {   font-family : Verdana, Arial, sans-serif;
                font-size : 10pt;
            }

.MEDIUM     {   font-family : Verdana, Arial, sans-serif;
                font-size : 12pt;
            }

.BIG 	  	{   font-family : Verdana, Arial, sans-serif;
                font-size : 14pt;
            }

.BIGRED	  	{   font-family : Verdana, Arial, sans-serif;
                font-size : 14pt;
                color : brown;
            }
.TABLEHDR   {   font-family : Verdana, Arial, sans-serif;
                font-size : 10pt;
                background-color : #480828;
                color : #FF99FF;
            }

.EMPH     	{   font-family : Verdana, Arial, sans-serif;
                font-size : 12pt;
                color : #FF20C0;
                font-weight : 700;
                font-style : italic;
            }

.STATUS		{	font-family : Verdana, Arial, sans-serif;
                font-size : 10pt;
                color : #FF99FF;
                font-style : italic;
            }

.BIGSTATUS	{	font-family : Verdana, Arial, sans-serif;
                font-size : 16pt;
                color : #FF99FF;
                font-style : italic;
            }
