/*CSS.css*/

P	{	font-family:sans-serif;
		font-size:16px;
		color:black	}

H1	{	font-weight:bold;
		font-size:24pt;
		font-stretch:wider;
		text-decoration:underline;
		color:#FF00CC;
									}

	

body	{ 	 background-image:url(pink_ribbon_backgroup.jpeg);
	  		 background-repeat: repeat;
	  		 background-attachment: fixed; 
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 14px;		}

a:link	{ color:red;}

a:visted { color:#333333;}

a:hover	{ 	text-decoration: none;
	   		color:#FFCCFF;
			font-weight:bold; 		
			padding:2px;
			background-color:#333333;
			border: solid 1px black;			}
		


table	{	width:80%;
			padding:8px;
		
												}

h5 		{	color:#FF00CC; 
			font-family:Verdana, sans-serif;
			margin-left:50px;
			margin-right:50px;
			border-left-style:groove;
			border-right-style:groove;
			border-right-width:thick;
			border-left-width:thick;
										}








