body {
		 background-color: #0F3A5A;
		 font-family: verdana;
		 font-size: 8px;
		 color: white;
		 }
		 
table {
			font-size: 12px; /* If it's going to be in a table, which it is, this is the standard height for text */
			color: white;
			}

span.highlight  {
		 font-family: verdana;
		 color: #DFDA62;
		 font-size: 25px;
		 text-decoration: none;
		 letter-spacing: 6px;
		 }

span.date  {
		 font-family: verdana;
		 color: #DFDA62;
		 font-size: 18px;
		 font-weight: bold;
		 text-decoration: underline;
		 }

span.maininfo {
		 font-size: 12px;
		 color: white;
		 }
		 
span.title {
		 font-size: 14px;
		 color: #DFDA62;
		 }
		 
span.description {
		 font-size: 11px;
		 color: DFDA62;
		 }
		 
span.curl {
		 font-size: 20px;
		 color: DFDA62;
		 }

a    {
		 color: #DFDA62;
		 text-decoration: underline;
		 }
		 
a:hover			{
						text-decoration: underline;
						color: yellow;
						}



