/* **************************************************************************** */
/*  Style sheet for pressforward.com by peter l. thompson                       */
/*                                                                              */
/*  For further information on CSS see these sites:                             */
/*  http://www.w3.org/Style/                                                    */
/*  http://www.css.nu/                                                          */
/*                                                                              */
/*  If you want to check the validity of the style sheet you can use this:      */
/*  http://jigsaw.w3.org/css-validator/                                         */
/*                                                                              */
/* **************************************************************************** */


/*	Note the use of an absolute URL for the background image              */
/*	This is a workaround for NN using an address relative to the          */
/*	.html file rather than the .css file.headline                         */


body {
background-color: #003550;
}

.headline {
font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif; font-size: 30px; color: #FFFFFF; font-weight: bold; text-align: right;
}

.tagline {
font-family: Arial, Helvetica, sans-serif; font-size: 9.2pt; font-weight: bold; color: #003550; font-style: italic; text-align: right;
}

.menumain {
font-weight: bold; font-size: 77%; text-align: right;
}

.menu {
font-weight: bold; font-size: 67%; text-align: right;
}

p {
text-align: justify; margin-right: 70px; margin-left: 70px;
}

ul {
margin-right: 70px; margin-left: 90px;
}

div {
margin-right: 70px; margin-left: 70px;
}

td {
font-family: Arial, Helvetica, sans-serif; font-size: 72%;
}

h2 {
font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif; color: #333333; font-weight: bold; font-size: 25px; font-style: italic; margin-right: 70px; margin-left: 70px; margin-bottom: 20px;
}

/*	Unvisited links	                                                    */
a:link {
color: #003366;
}

/*	Visited links                                                       */
a:visited {
color: #003333;
}

/*	Active links (not widely supported)                                  */
a:active {
color: #003399;
}

/*	Links when hovered over (MSIE only)                                  */
a:hover {
color: #003399;
}
