﻿/* STYLE SHEET FOR PONY PAGES: nickname.html */
/* other pics and pedigree */

body
{
background-color: white;
font-family: Arial, sans-serif;
font-size: 11pt;
font-style: normal;
font-weight: normal;
color: #000000;/* reg color: black */
table-layout: fixed;
}

/* other text/fonts */
p {font-weight: bold;}
.cLt{color: rgb(150,150,150);}/* light color: grey */
.fnt2{font-family: "Comic Sans MS", Arial, sans-serif;}
.big{font-size: 14pt;}
.sm{font-size: 9pt;}
.congrats{font-style: italic; color: #000080;}/* accent color: NAVY */


hr{color: #000080;}/* accent color: NAVY */

/* buttons and other links */
a.pony:link{ cursor: default;}
a.pony:hover{ cursor: default;}
a.pony:visited {cursor: default;}
a.pony:active {cursor: default;}

/* tables */
table{width: 7.50in;}

td{vertical-align: top;}

/* nested details table */
table.nest{width: 6.55in; margin: 0px 0px 0px 2px;}

