

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

h1, h2, h3, h4, h5, h6, strong
{
 font-weight:  bold;
}

h1, h2, h3, h4, h5, h6
{
 margin-bottom:1em;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


@charset "utf-8";
/* Stylesheets for Angel's Awakening
   Browser: All.
   Explosive Image.
   Coder/Programmer: Arleys
   Date: 03.30.09
*/

/*********************
     COLORS USED
*********************/

/* Description   : Color Code
   

 
*/

/****************
     GLOBAL
*****************/

*
{
margin: 0;
padding: 0;
}

html, body
{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body
{
background:#e0e1e3;
font-size: 62.5%;
}

/****************
     LAYOUT
*****************/

#container
{
background:#fff;
width: 960px;
height: 800px;
margin: 0 auto;
}

.angel_complete
{
font-size:3em;
text-align:center;
width:100%;
}

/****************
     CLASSES
*****************/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

@charset "utf-8";
/* Stylesheets for
   Browser: All.
   Explosive Image.
   Date: 
*/

@charset "utf-8";
/* Stylesheets for 
   Browser: All.
   Explosive Image.
   Coder/Programmer:
   Date: 
*/

/*********************
     COLORS USED
*********************/

/* Description | Color Code
   
		  
*/


/****************
    TYPOGRAPHY
*****************/

p
{
 line-height: 1.2em;
 font-size: 0.9em;
 margin-bottom: 15px;
 text-align: justify;
 font-weight: bold;
}

a
{
 text-decoration: none;
}

a:link, a:visited
{
 color: #2c2c2c;  
}

a:hover, a:active
{
 color: #2da9df;  
}