/*   print stylesheet for Roy Boyds design website  */
/*                                                  */
/*
-----------------------------------------------------------------------------
Global 
----------------------------------------------------------------------------- */
h1, h2
               {    
                margin:        0 5%;
               } 
a
{
               padding:        1em 1em 2em 1em;
} 
a:link , a:visited  
{
              color:           #520;
              background:      transparent;
              font-weight:     bold;
              /*text-decoration: underline; */
              padding:         1em;
              content:         " (" attr(href) ") ";
              font-size:       90%;
}   
img 
{
              display:       none;
 } 
/*
-----------------------------------------------------------------------------
Layout Structure
----------------------------------------------------------------------------- */



		body
		{
			font-size:      12pt;
			background:     white;
			font-family :   "Times New Roman", "Garamond", serif;
		}
		

	        #verytop
		{
                        display:       none;
		}

		#header
		{
		        color:         black;

		}

                #header h2 
                {    
                        display:       none;
                }

		
		#gutter
		{
		        display:       none;
		}
		
		#col1
		{
			float:         none;
			width:         auto;
                        margin:        0 5%;
			padding:       1em 0 0 0;
			border:        0;
                        color:         black;
                        background:    transparent none;
                        border-top:    1px solid #930;
                        font-family:   "Times New Roman", "Garamond", serif;
		}
		
		#col2
		{
			float:         none;
		        width:         auto;
                        margin:        0 5%;
			padding:       0;
			border:        0;
                        color:         black;
                        background:    transparent none;
		}
		
		
		#footer
		{
                        color:            black;
			font-family:      verdana, arial, sans-serif;
                        background:       transparent ;
                        margin:        0 5%;
                       
		}
		/*
-------------------------------------------------------------------------------
Other modifications 
----------------------------------------------------------------------------- */

#navlist
{
color:          black;
list-style:     none;
font-family:    verdana, arial, sans-serif;
}


#rightlist
{
 color:         black;
list-style:     none;
font-family:    verdana, arial, sans-serif;

}








