/*

Document:	janetangela.com General Style Sheet
File name:	./gen_styles.css
Company:	janetangela.com
Copyright:	janetangela.com 2005
Author:		James O'Donnell
Version:	1.0
Last Updated:	25 October 2005

This document is a general style sheet for the janetangela.com christening wear web site.

*/

/* Body tag styles */

BODY
   {background:		"#ffffff";
   } 

/* Paragraph tag styles */

P  {font-style:		normal;
    font-weight:	normal;
    font-variant:	normal;
    font-size:		12pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    text-align:		justify;
    color:		#000000
   }

P.1  {font-style:	normal;
    font-weight:	normal;
    font-variant:	normal;
    font-size:		8pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    text-align:		justify;
    color:		#000000
   }

P.footer
   {font-style:		normal;
    font-weight:	normal;
    font-variant:	normal;
    font-size:		9pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    text-align:		center;
    color:		#996699
   }


/* Header tag styles */

H1 {font-style:		normal;
    font-weight:	normal;
    font-variant:	normal;
    font-size:		14pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    color:		#990066
   }

H2 {font-style:		normal;
    font-weight:	normal;
    font-variant:	normal;
    font-size:		9pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    color:		#990066
   }

/* Table tag styles */

TR {border:		0;
    width:		575;
    cellspacing:	0;
    cellpadding:	0;
   }

TD {font-style:		normal;
    font-weight:	normal;
    font-variant:	normal;
    font-size:		12pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    color:		#000000
   }

/* Link tag styles */

A:link
   {color:		#990066;
   }

A:visited
   {color:		#996699;
   }

A:active
   {color:		#996699;
   }

A.banner:link
   {font-style:		normal;
    font-weight:	bold;
    font-variant:	normal;
    font-size:		9pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    color:		#990066
   }

A.banner:visited
   {font-style:		normal;
    font-weight:	bold;
    font-variant:	normal;
    font-size:		9pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    color:		#996699
   }

A.banner:active
   {font-style:		normal;
    font-weight:	bold;
    font-variant:	normal;
    font-size:		9pt;
    font-family:	arial, helvetica;
    margin-left:	0%;
    color:		#996699
   }
