/*******************************
 *                             *
 *    Cascading Style Sheet    *
 *        Media: Screen        *
 *                             *
 *******************************/
/* LINKS */
body					{
						background-color: white;
						color: black;
						font-family: verdana, arial, sans-serif;
						margin: 0px;
						padding: 0px;
						}
a:link					{color: #663333; text-decoration: underline;}
a:visited				{color: #663333; text-decoration: underline;}
a:active				{color: #663333; text-decoration: underline;}
a:hover					{color: #663333; text-decoration: underline;}
/* SUBNAV */
a.subnav:link			{color: #F8F7F7; text-decoration: none; font-weight: bold; font-size: 10px; font-family: Verdana, sans-serif;}
a.subnav:visited		{color: #F8F7F7; text-decoration: none; font-weight: bold; font-size: 10px; font-family: Verdana, sans-serif;}
a.subnav:active			{color: #F8F7F7; text-decoration: none; font-weight: bold; font-size: 10px; font-family: Verdana, sans-serif;}
a.subnav:hover			{color: #CCCCCC; text-decoration: none; font-weight: bold; font-size: 10px; font-family: Verdana, sans-serif;}
p.subnav				{color: #F8F7F7; text-decoration: none; font-weight: bold; font-size: 10px; font-family: Verdana, sans-serif; margin-bottom: 10px; margin-top: 10px; margin-right: 3px;}
/* BODY */
p, ul 					{font-size: 13px;}
img						{border: none;}