/* CSS Document */

/*
-----------------------------------------------
UNIVERSAL STYLE SHEET (universal.css)

Site: www.EdenCollinsworth.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  March 16, 2007
File Path: ../css/universal.css
----------------------------------------------- */

body { font: line-height: 1.3; }

/* LINKS */

a:link { color: #a6191f; text-decoration: none; font-family: arial, sans-serif; }

a:visited { color: #a6191f; text-decoration: none; font-family:  arial, sans-serif;}

a:hover { color: #000000; text-decoration: underline; font-family:  arial, sans-serif; }


a.small:link { color: #a6191f; text-decoration: none; font-family: arial, sans-serif; }

a.small:visited { color: #a6191f; text-decoration: none; font-family:  arial, sans-serif;}

a.small:hover { color: #000000; text-decoration: underline; font-family:  arial, sans-serif; }


a.aotw:link { color: #706a60; text-decoration: underline; font-family: arial, sans-serif; }

a.aotw:visited { color: #706a60; text-decoration: underline; font-family:  arial, sans-serif;}

a.aotw:hover { color: #ffffff; text-decoration: none; font-family:  arial, sans-serif; }



/* PAGE */

.content { margin: 40px 100px 40px 75px; }

blockquote {margin-left: 50px; margin-top: 25px; margin-right: 50px; margin-bottom: 25px; }



/* FONTS */

.text {  font-family: arial, sans-serif; color: #5b554d; }
.title {  font-family: arial, sans-serif; font-weight: bold; color: #5b554d;}
.small-text {  font-family: arial, sans-serif; color: #000000;}
.red {  font-family: arial, sans-serif; color: #a6191f;}

.copyright {  font-family: arial, sans-serif; color: #90B9DD; }
.aotw  { font-family: arial, sans-serif; color: #706a60; }


.bold {  font-family: arial, sans-serif; font-weight: bold; color: #a6191f;}

.contact { margin-left: 130px; }
