.4point { font-size: 4pt }
.5point { font-size: 5pt }
.6point { font-size: 6pt }
.7point { font-size: 7pt }
.8point { font-size: 8pt }
.9point { font-size: 9pt }
.10point { font-size: 10pt }
.11point { font-size: 11pt }
.12point { font-size: 12pt }
.13point { font-size: 13pt }
.20point { font-size: 20pt }
.25point { font-size: 25pt }
.30point { font-size: 30pt }
.31point { font-size: 31pt }
.32point { font-size: 32pt }
.33point { font-size: 33pt }
.34point { font-size: 34pt }
.35point { font-size: 35pt }

SELECT 
{ 
color:red; 
font-size:7pt; 
font-family: Verdana
} 
body { 
  background-image: url("images/backgr.jpg");
  background-position: 50% 0%;
  background-attachment:scroll;
  padding:0px;
  margin:0px;
  text-align:center;
  margin-left:0px;
  background-repeat: repeat-y;
  
} 
