@meta { Title: "Paul St George Cascading Stylesheet"; }

BODY { background: #ffffff; margin-top: 1em; margin-right: 3em; margin-bottom: 0px; margin-left: 3em}

BODY.first { background: #ffffff; margin-top: 1em; margin-right: 3em; margin-bottom: 0px; margin-left: 0em}

BODY.min { background: yellow }

LI, OL, P    { font-family: Verdana, Gill, Arial, Helvetica, sans-serif;
font-size: 10px}

P.larger { font-size: 30px;
color: white;
text-align: center;
background: #6699FF;
}

P.large { font-size: 20px;
color: white;
text-align: center;
background: #66FF99;
}


P.red { font-size: 20px;
color: white;
text-align: center;
background: #FF6699;
}


P.before { color: white;
	text-align: center;
}

P.current { color: red;
	text-align: center;
}

P.after { color: blue;
	text-align: center;
}


P.tiny { font-size: 9px;
}


P.mint { font-size: 14px;
text-align: center;
}

P.mints { font-size: 12px;
text-align: center;
}

P.identity { font-size: 10px;
	text-align: center;
}

P.smaller { font-size: 10px;
}

P.loud { font-weight: 700;
}

P.image {	text-align : center;
}

P.date { font-size: 48px;
color: blue;
font-weight: 600;
text-align: center;
}

P.datex { color: blue;
font-weight: 600;
text-align: center;
}

A:link    { color: red }
A:visited { color: blue }
A:active  { color: green }

A:link, A:visited, A:active { text-decoration: none }
