/*
 * Angelitas.net style sheet for TGP galleries with White Background.
 */

/* Style for all bodies, centers site on background & in IE browser window. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
	
}

/* For all other browsers that don't center the site using the above code	*/
/* When using the code below, you must add two additional divs that nest	*/
/* your whole page, like this:												*/
/* <div class="container">													*/
/* <div class="cen"															*/
/* <!-- rest of page content here -->										*/
/* </div>																	*/
/* </div>																	*/

.container
 {
 	text-align:left; /* reset text alignment */
 	width:760px; /* or a percentage, or whatever */
 	margin:0 auto; /* for the rest */ 
 }
 td {
 	vertical-align:top
 }
 .cen {
 	text-align:center
 }


/* Set up custom link styles */

a:link {
	color: blue;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

a:visited {
	color: blue;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

a:active {
	text-decoration: none;
	color: orange;
}

/* Additional classes for text formatting */

H1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
}

H2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

H3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}