﻿/* STYLE SHEET FOR SALE PAGE: forsale.html */

body
{
background-color: #FAF2DB;/* CREAMY/TAN? */
font-family: Arial, sans-serif;
font-size: 12pt;
font-style: normal;
font-weight: bold;
color: #A0522D;/* reg color: SIENNA */
table-layout: fixed;
}

/* other text/fonts */
p {font-weight: normal;}

.c2{color: rgb(102,51,0)}/* dark color: DK BROWN */
.big{ font-size: 14pt;}
.sm{font-size: 9pt;}


/* tables */
table{ width: 8in;}
tr{ padding-top: 3px;}
td{ vertical-align: top;}

/* buttons and other links */
a.btn:link{ border: 0px solid #000000;}
a.btn:hover{ border: 2px solid #FF00FF;}/* accent color: MAGENTA */

a.oth:link{color: #A0522D;}/* SIENNA */
a.oth:hover{border: 1px solid #FF00FF;}/* accent color: MAGENTA */
a.oth:visited{color:#000000}/* BLACK */
