body		{font-family: sans-serif;
				}
				
p				{margin-left: 15%;
				margin-right: 15%;
				}

dl			{margin-left: 20%;
				margin-right: 20%;
				}
				
table		{border-collapse: collapse;
				border: none;
				}

td.tfm			{border: solid thin white;
				}								
				
.modate	 {font-size: 71%;
				  color: white;
					text-align: center;
					border-top: solid thin white;
					margin-top:3em;
					}												

:link		{color: red;
				text-decoration: none;
				font-family: sans-serif;
				font-weight: bold;
				}
:visited {color: red;
				 text-decoration: none;
				 font-family: sans-serif;
				 font-weight: bold;
				 }
:hover	{color: yellow;
				text-decoration: none;
				font-family: sans-serif;
				font-weight: bold;
				}
				
:active	{color: red;
				text-decoration: none;
				font-family: sans-serif;
				font-weight: bold;
				}
								
.center	 {text-align: center;
				 }						

.topbot	 {border-top: solid thin white;
				 border-bottom: solid thin white;
				 width: 100%;
				 text-align: center;
				 } 