/* Style sheet used in Pony Site! */

h2 { color: blue; font-size: 18pt; display: block; }

h3 { color: green; font-size: 16pt; display: block; }

body {
 background-color: white; color: purple; }
 
div#disptable TD {
  font-size: 85%; }
  
.ulist {
 float: left; width: 100%; padding: 0; margin: 0; list-style-type: none; text-align: center; }

.list {
 display: inline; text-align: center; }
	
.talt { 
	background-color: pink; }
	
.tnew {
	background-color: yellow; }
 
.center { text-align: center; }

.back { font-weight: bolder; color: red; }

.left { text-align: left; }

.right { text-align: right; }

.tmenu {
 width: 6em; text-decoration: none; color: white; background-color: #F52887;
 padding: 0.2em 0.6em; border-right: 1px solid black; text-align: center; border-top: 1px solid black;
 border-left: 1px solid black; border-bottom: 1px solid black; }

.menu {
 float: left; width: 6em; text-decoration: none; color: white; background-color: #F52887;
 padding: 0.2em 0.6em; border-right: 1px solid black; text-align: center; border-top: 1px solid black;
 border-left: 1px solid black; border-bottom: 1px solid black; }

.menu:hover { 
 background-color: purple }

.tmenu:hover {
 background-color: purple }
 
.title {
 font-weight: bolder; text-align: center; font-size: 130%; }

.login {
 text-align: center; font-weight: bolder; font-size: 90%; }

.out {
 text-align: center; font-size: 70%; }

.box {
 font-size: 90%; }
 
#copyright { font-variant: small-caps; }
