body	{
	background-color:	#87CEFA;
	background-image:	url(VCRD_2.jpg);
	background-repeat:	no-repeat;
	background-position:	50% 50%;
	background-attachment:	fixed
	}

h1 	{
	font-family:	arial;
	text-align:	center;	
	color: 		DarkBlue;
	font-size:	36pt;
	font-weight:	bold;
	padding:	6pt;
	margin:		12pt;
	margin-bottom:	12pt
	}

h1.smcaps	{
		font-variant:	small-caps 
		}

h2		{
		font-family:	arial;
		color: 		navy;
		font-size:	18pt
		}

h2.left		{
		text-align:	left
		}

h2.center	{
		text-align:	center
		}

h2.right	{
		text-align:	right
		}

h3		{
		font-family:	arial;
		color:		navy;
		font-size:	14pt
		}

h3.left		{
		text-align:	left
		}

h3.center	{
		text-align:	center
		}

h3.right	{
		text-align:	right
		}

p	{
	font-family:	arial;
	color:		navy;
	font-size:	12pt,
	margin-left:	12pt
	}

p.center	{
		text-align:	center
		}

p.note	{
	font-family:	"courier new";
	color:		lime;
	font-size:	18pt;
	font-weight:	bold;
	}

em	{
	font-weight:	bolder
	}

img	{
	margin:		0pt
	}

div.box	{
	border:		solid;
	border-color:	yellow;
	border-width:	thin;
	width:		100%;
	}