/*  95 Theses CSS Data - DO NOT CHANGE */

body 			{
			background: #666699;
			margin: 0px;
			font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
			text-align: center;
							}
p, td, li		{
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 11px;
							}

h1				{
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 9px;
			font-weight: normal;
							}
h2				{
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 8px;
			font-weight: normal;
				}

h3				{
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 12px;
			color: #990000;
			font-weight: bold;
				}
				
h4				{
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 14px;
			color: #fff;
			font-weight: bold;
				}				

							
#wrapper	{
			width: 700px; 
			margin: 0px auto;
			background: #9999cc; 
			background-image:  url(http://www.3cellrecords.com/95theses/v_95vectorlogo.swf);
			border: 1px solid #888;
			text-align: left;
			}

#ie5fix
			{
			height: 1px;
			voice-family: "\"}\"";
			voice-family: inherit;
			display: none;
			}
			
/* outside tag ensures that bullet is not indented */
.navlist	{
			list-style: url(http://www.3cellrecords.com/95theses/assets/shared//nav_bullets.gif);
			margin-top: 0px;
			}

.navListBullet
			{
			font-size:10px;
			width: 201px;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left:-20px;
			}
.navUnderline
			{
			border-bottom: solid 1px #666;
			display: block;
			}
/* display: block; ensures that the line continues for the length defined in . navListBullet */
/* link order= LoVe And Hate - this is essential --LTP-- */
a:link
			{
			font-size:12px;
			font-weight: bold;
			color: #fff;
			background-color: transparent;
			}
a:visited
			{
			font-size:12px;
			font-weight: bold;
			color: #fff;
			background-color: transparent;
			}
a:active
			{
			font-size:12px;
			font-weight: bold;
			color: #fff;
			background-color: transparent;
			}
a:hover
			{
			font-size:12px;
			font-weight: bold;
			color: yellow;
			background-color: transparent;
			}
.floatRight	{
			float: right;
			}
.floatleft	{
			float: left;
			}
			
.rowGray	{
			background: #990000;
			font-size: 12px;
			color: #fff;
			}
			
.copypadding{
			padding-left: 10px;
			}
			
.center		{
			text-align: center;
			}

.cellSpacer	{
			padding-left: 10px;
			}			
.halfpage	{
			padding-right:310px;
			}
.courier {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #990000;
	font-style: italic;

}
