/* _tinstyle.css */

/****************** structure ******************/
		
		html,body
			{
			background-color: #ffd800;
			margin: 100px 0px 0px 0px;

			font-size: 100%;

			text-align: right;
		}
		
		#container
		{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 180px;
	width:700px;
	height:auto;
	height:100%;
	min-height:100%;
		}
		
		#container_bg
		{
			width:700px;
			float:left;
		}
		
		
/****************** typography ******************/	

p {
	margin: 0em 0em 0.6em 0em;
	}
		
h1 {
	font-size: 2.25em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
	color:#3d3d3d;	
	line-height: 1em;
	}
	
h2 {
	font-size: 1.5em;
	font-family: Courier New, Courier, monospace;
	font-weight: normal;
	color:#3d3d3d;
	line-height: 1em;

	}
	
.txt, .txtlink{
	font-size: 1.2em;
	font-family: Courier New, Courier, monospace;
	color:#252525;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
	}
	
.txtlink:hover
	{
	color:white;	
	background-color:#252525;
	}
	
.txt2 {
	font-size: 0.8em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#3d3d3d;
	font-weight: normal;
	letter-spacing:0.1em;
	line-height: 2em;
	}
