body	{
	 background-color: #00FFFF
	} 

/* News Header */
h1 	{
	 color: black; 
	 font-size: 20pt;
 	 font-family: sans-serif; /*courier, times*/
	 font-style: normal /*italic, oblique*/
	}
/* News Posting Dates */
h2	{
	 color: 696969;
	 font-size: 18pt;
	 font-family: sans-serif;
	 font-style: oblique
	}
/* Side-Bar w/ Present Podcast Heading*/
h3	{
	 color: black;
	 font-size: 13pt;
	 font-family: sans-serif;
	 font-style: oblique
	}
/* Side-Bar Text + Links */
p1	{
	 color: black;
	 font-size: 12pt;
	 font-family: sans-serif;
	 font-style: oblique
	}
p2	{
	 color: black;
	 font-size: 10pt;
	 font-family: sans-serif;
	 font-style: oblique
	}
	
/* Lines */
hr 	{
	 color: 000080
	}

/* Other Paragraphs - Probably Stefan's Message */
p 	{
	 font-size:11pt; 
	 margin-left: 15px; /*or #%*/
	 text-align: center;
	}
/* News Post Tables */
table.one 
	{
	 border: medium double rgb(0,0,255)
	 table-layout: fixed
	}

/* Buttons! */
.buttons
	{
	 text-align: center
	 text-position: 50%
	}

/* Links */
a:link 		{color:green} 
a:visited 	{color:#2E8B57} 
a:hover 	{color:black} 
a:active 	{color:blue} 