/* Formatting for the One-name Amendment Log */

Body
	{
		background-image: URL("../tools/marble.jpg");
		background-repeat: repeat;
		font-family: Arial, Verdana, sans-serif;
	}

Div.header
	{	
		position: relative;
		width: 84%;
	}
Div.data
	{	
		position: relative;
		width: 84%;
	}
Div.trailer
	{	
		position: absolute;	
		width: 84%;
	}
h2.normal
	{
		color: #21005a;
		font-family: Arial, Verdana, sans-serif;
		font-size: 14pt;
		position: relative;
		text-align: left;
		left:15px;
	}

p.normal
	{
		color: black;
		font-family: Arial, Verdana;
		font-size: 10pt;
		position: relative;
		left:15px;
	}

p.update
	{
		color: #616161;
		font-family: Arial, Verdana;
		font-size: 8pt;
		font-style: Italic;
		position: relative;
		left:15px; 
	}

p.url
	{
		color: black;
		font-family: Arial, Verdana;
		font-size: 11pt;
		font-weight: bold;
		position: relative;
		text-align: left;
		left:50px;
	}

p.published
	{
		color: #21005a;
		font-family: Arial, Verdana;
		font-size: 10pt;
		font-weight: bold;
		position: relative;
		text-align: left;
		left:15px;
		margin-top: 10px;
	}

p.title
	{
		color: #21005a;
		font-family: Arial, Verdana;
		font-size: 10pt;
		font-weight: bold;
		position: relative;
		text-align: left;
		left:110px;
		top: -30px;
	}

p.description
	{
		color: black;
		font-family: Arial, Verdana;
		font-size: 10pt;
		position: relative;
		text-align: left;
		left:110px;
		width: 75%;
		top: -30px;
	}


p.descriptionnote
	{
		color: black;
		font-family: Arial, Verdana;
		font-size: 8pt;
		position: relative;
		text-align: left;
		left:110px;
		width: 75%;
		top: -30px;
	}

img
	{
		position: relative;
		left:0px;
	}
img.thumbnail
	{
		position: absolute;
		top:30px;
		left:-5px;
	}
img.update
	{
		position: relative;
		float: right;
		top:-0px;
		margin-left:150px;
	}
hr
	{
		color: red;
		height: 5px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		margin-top: 50px;
		position: relative;
		left:0px;
		width: 116%;
	}

a:link
	{
		color: #21005a;
		text-decoration: underline;
	}

a:visited
	{
		color: black;
	}

a:link, a:visited
	{
		text-decoration: underline;
	}

a:hover
	{
		color: #2456fa;
		text-decoration: underline;
	}


