/* CSS Document */

/*
-----------------------------------------------
UNIVERSAL STYLE SHEET (universal.css)

Site: www.WalterZacharius.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  March 20, 2007
File Path: ../css/universal.css
----------------------------------------------- */


/* LINKS */

a:link { color: #0068b9; text-decoration: none; font-family: arial, sans-serif; }

a:visited { color: #0068b9; text-decoration: none; font-family:  arial, sans-serif;}

a:hover { color: #172111; text-decoration: underline; font-family:  arial, sans-serif; }


a.small:link { color: #0068b9; text-decoration: none; font-family: arial, sans-serif; }

a.small:visited { color: #0068b9; text-decoration: none; font-family:  arial, sans-serif;}

a.small:hover { color: #172111; text-decoration: underline; font-family:  arial, sans-serif; }


a.aotw:link { color: #888366; text-decoration: underline; font-family: arial, sans-serif; }

a.aotw:visited { color: #888366; text-decoration: underline; font-family:  arial, sans-serif;}

a.aotw:hover { color: #ffffff; text-decoration: none; font-family:  arial, sans-serif; }



/* PAGE */

.content { margin: 25px; }

blockquote {margin-left: 50px; margin-top: 25px; margin-right: 50px; margin-bottom: 25px; }



/* FONTS */

.text {  font-family: arial, sans-serif; color: #172111; }
.title {  font-family: arial, sans-serif; font-weight: bold; color: #172111;}
.small-text {  font-family: arial, sans-serif; color: #000000;}
.red {  font-family: arial, sans-serif; color: #a6191f;}

.copyright {  font-family: arial, sans-serif; color: #888366; }
.aotw  { font-family: arial, sans-serif; color: #888366; }


.bold {  font-family: arial, sans-serif; font-weight: bold; color: #a6191f;}
