
/* This is a CSS-comment */

BODY		{background-image: url("images/mbmbg.jpg")}

BODY.logo	{background-image: url("images/mbmbg.gif")}

BODY.PURPLE {background-color: "33CCFF"}

BODY.none	{background-image: url("images/white.jpg")}

TITLE		{- Mike@MysteriesByMike.com (323-654-MIKE)}

p.1		{font-family: 'arial', 'sans serif'; 
		font-weight: bold;
		color: black;
		font-size:70%;
		border-style: solid;
		border-width: 1pt;
		text-align: center}

p.p		{font-family: 'arial', 'sans serif'; 
		color: gray;
		font-size:70%;
		text-align: left}

p.1g		{font-family: "comic sans ms", 'arial', 'sans serif'; 
		font-weight: bold;
		color: black;
		font-size:70%;
		text-align: center}

p.1i		{font-family: 'arial', 'sans serif'; 
		font-weight: bold;
		color: black; font-size:70%;
		padding-left: .2cm;
		text-align: top}

p.1ii		{font-family: 'arial', 'sans serif'; 
		font-weight: normal;
		color: black; font-size:50%;
		text-align: top}

p.2		{font-family: "comic sans ms", 'arial', 'sans serif'; 
		color: black; font-size: 100%}

p.3		{font-family: "comic sans ms", 'arial', 'sans serif'; 
		color: black; font-size: 100%}

p.3a		{font-family: 'arial', 'sans serif'; 
		color: black; font-size: 100%}

p.4		{font-family: "comic sans ms", 'arial', 'sans serif'; 
		color: black; font-size: 150%}

p.4a		{font-family: 'arial', 'sans serif'; 
		color: red; font-size: 150%}

p.4b		{font-family: 'arial', 'sans serif'; 
		font-weight: bold;
		color: black; font-size: 150%}

p.5		{font-family: "comic sans ms", 'arial', 'sans serif'; 
		color: black; font-size: 100%}

p.5a		{font-family: 'arial', 'sans serif'; 
		color: black; font-size: 100%}

p.6		{font-family: "comic sans ms", 'arial', 'sans serif'; 
		color: red; font-size: 200%}

p.6a		{font-family: 'arial', 'sans serif';
		font-weight: bold; 
		color: red; font-size: 200%}

p.7		{font-family: "comic sans ms", 'arial', 'sans serif'; 
		color: black; font-size: 350%; text-align: bottom}

p.corp1		{font-family: "courier new", 'arial', 'sans serif'; 
		color: yellow; font-size: 200%; text-align: bottom}

p.corp3a	{font-family: "courier new", 'arial', 'sans serif'; 
		color: white; font-size: 100%}

p.corp4		{font-family: "courier new", 'arial', 'sans serif'; 
		color: black; font-size: 150%; font-weight:bold}

p.corp5		{font-family: "courier new", 'arial', 'sans serif'; 
		color: black; font-size: 100%; font-weight:bold}

p.corp7		{font-family: "courier new", 'arial', 'sans serif'; 
		color: black; font-size: 300%; text-align: bottom}

p.corp7b	{font-family: "courier new", 'arial', 'sans serif'; 
		color: white; font-size: 200%; text-align: bottom; 
		font-weight:bold}

td.INDENT	{padding-left: 1.5cm}
td.BGCOLOR	{background-color: black}
td.BGCOLOR2	{background-color: yellow}
td.glass	{background-image: url("images/glass.gif")}

A			{text-decoration:none}
A:hover		{background:RED; color:yellow; font-weight:bold}
A:visited	{color:black}
A:active	{color:red;}
A:link		{color:black}

a.content:link		{COLOR: seashell;}
a.content:visited	{COLOR: seashell;}
a.content:active	{COLOR: seashell;}
a.content:hover		{COLOR: papayawhip;}




