/* this will be the margins for the body */

body
	{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	}

/*font not used i think? 
font.privacy 
	{
	font-family:"Courier New", Courier, mono;
	font-size:10px;
	}
*/
/* this font is used for the news section, but not in the news section, just the area containing the links to it */
font.privacynews
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
/* this is for large font headed documents */
font.header
	{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-align:center;
	}
/* this is for any headlins that might be below the header, marked in read */
font.headline
	{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#255589;
	text-decoration:underline;
	text-align:center;
	}
/* just the default text to use for bodies */
font.body
	{
	font-family:"Times New Roman", Times, serif;
	text-align:center;	
	}
/*this will be subtext for all small text print..IE. the tiny type*/
font.subtext
	{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	text-align:center;
	}
/* how the links will be formated */
a:link
	{
	color:#255589;
	text-decoration:none;
	}
a:visited
	{
	color:#15314f;
	text-decoration:underline;
	}
a:hover
	{
	color:#71a3d9;
	text-decoration:none;
	}