/* CSS Document */

<!--

body 	{ 	text-decoration: none;
			text-color: black;
			font-family: "Times New Roman", Times, serif;
			font-size: 12pt;
			font-weight: bolder;
			background-color: #EDE1D3;
		}


.title1	{	text-decoration: none;
			text-transform: uppercase; 
			color: #7f1505;
			font-weight: bold;
			font-size: 14pt;
			font-family: "Times New Roman", Times, serif;
		}
		
.title2 {	text-decoration: none;
			color: #b61f09;
			font-family: "Times New Roman", Times, serif;
			font-size: 14pt;
			font-weight: bolder;
		}

.name	{	text-decoration: none;
			font-weight: 450;
			text-color: black;
			font-family: "Times New Roman", Times, serif;
						
		}

.name2	{	text-decoration: none;
			font-weight: 450;
			color: #7f1505;
			font-family: "Times New Roman", Times, serif;
			
		}

.img 	{
			border-width: 5px;
			border-color: #b61f09;
			border-style: solid;
		}
		
.copyright {
			color: #EDE1D3;
			font-weight: bold;
			font-size: 17px;
			font-family: Arial, Helvetica, sans-serif;
		}
.design {
			font-size: 14px;
			font-weight: bold;
			font-style: italic;
			color: #EDE1D3;
		}
.date	{
			font-size: 14px;
			font-weight: bold;
			font-style: normal;
			color: #EDE1D3;
			font-family: "Times New Roman", Times, serif;
		}
		
.caption {	text-decoration: none;
			font-weight: 450;
			color: 'black';
			font-family: "Times New Roman", Times, serif;
			font-size: 12px;
		}
.caption2 {	text-decoration: none;
			font-weight: bold;
			color: #7f1505;
			font-family: "Times New Roman", Times, serif;
			font-size: 12px;
		}
-->
		