/* global sheet */ body { font-family : Arial; font-size : 12px; background-position : center top; background-repeat : repeat-x; background-image:url(../images/body-bg.jpg); background-color:#000; margin:0; } div#Wrapper { width: 780px; margin-left: auto; margin-right: auto; text-align: right; direction: rtl; } div#Wrapper FORM { width: 780px; float:right; margin:0; padding:0 5px 0 5px; background-color:#FFF; } DIV.Centered { clear:both; width:100%; text-align:center; } /* links */ A { color:#00F; } A:hover, A:visited:hover { text-decoration:none; } A.bold { font-weight:bold; } A.noline, A.noline:visited { text-decoration:none; } A.noline:hover, A.noline:visited:hover { text-decoration:underline; } A.Purple, A.Purple:visited { color:#3A3380; font-weight:bold; } A.Pink, A.Pink:visited { color:#AC327D; font-weight:bold; } A.White, A.White:visited { color:#FFF; font-weight:bold; } A.Black, A.Black:visited { color:#000; } A.Gray, A.Gray:visited { color:#919191; } A.Blue, A.Blue:visited { color:#01007F; } /* text */ .smallText { font-size:11px; }