/********************************************/
/* All formatting for the main target frame */
body.mainframe
{
	color: Black;
	background-color: Silver;
	text-align: center;
}
/********************************************/

/*********************************************/
/* All formatting for the photo target frame */
body.inframe {background-repeat: no-repeat; background-position: center;}
/*********************************************/

/***********************************/
/* Formatting for the header frame */
body.titleframe
{
	color: Silver;
	background-color: Black;
	text-align: center;
}
/***********************************/

/**************************/
/*   Link configuration   */
a.titleframe:link {color: Silver; text-decoration: none; font-weight: bold;}
a.titleframe:visited {color: Silver; text-decoration: none; font-weight: bold;}
a.titleframe:hover {color: Maroon; text-decoration: underline;}
a.titleframe:active {color: MediumBlue; text-decoration: none;}

a:link {color: Maroon; text-decoration: none;}
a:visited {color: Maroon; text-decoration: none;}
a:hover {color: Black; text-decoration: underline;}
a:active {color: MediumBlue; text-decoration: none;}

h1
{
	color: Red;
}

h6
{
	color: Maroon;
}

ul
{
	list-style-type: none;
	text-align: left;
}
ol
{
	text-align: left;
}
table
{
	text-align: center;
}
/**************************/

