• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1body {
2	background : black ;
3	color : white ;
4	font-family : arial, helvetica, sans-serif ;
5	line-height: 1.5 ;
6	margin-left: 6%;
7	margin-right: 6%;
8}
9td {
10	font-family : arial, helvetica, sans-serif ;
11	background : black ;
12	color : white ;
13}
14center {
15	font-family : arial, helvetica, sans-serif ;
16}
17p {
18	font-family : arial, helvetica, sans-serif ;
19	text-align : left ;
20}
21.indent_block {
22	font-family : arial, helvetica, sans-serif ;
23	text-align : left ;
24}
25br {
26	font-family : arial, helvetica, sans-serif ;
27}
28form {
29	font-family : arial, helvetica, sans-serif ;
30}
31ul {
32	font-family : arial, helvetica, sans-serif ;
33	text-align : left ;
34}
35ol {
36	font-family : arial, helvetica, sans-serif ;
37	text-align : left ;
38}
39dl {
40	font-family : arial, helvetica, sans-serif ;
41	text-align : left ;
42}
43h1 {
44	font-size : xx-large ;
45	background : black ;
46	color : #5050FF ;
47	text-align : left ;
48}
49h2 {
50	font-size : x-large ;
51	background : black ;
52	color : #5050FF ;
53	text-align : left ;
54}
55h3 {
56	font-size : large ;
57	background : black ;
58	color : #5050FF ;
59	text-align : left ;
60}
61h4 {
62	font-size : medium ;
63	background : black ;
64	color : #5050FF ;
65	text-align : left ;
66}
67pre {
68	font-family : courier, monospace ;
69	font-size : medium ;
70}
71code,
72kbd,
73samp,
74var {
75	font-family: "Courier New", monospace, serif;
76	font-size: 1em;
77}
78a:link { color : #9090FF ; }
79a:visited { color : #5050FF ; }
80a:active { color : #FF00FF ; }
81a:hover { background-color : #202080 ; }
82
83table.formats-table {
84	text-align: center;
85	font-size: small;
86	border-collapse: collapse;
87}
88
89table.formats-table, table.formats-table th, table.formats-table td {
90	border: 1px solid white;
91}
92
93.image-logo {
94	display: block;
95	margin-left: auto;
96	margin-right: auto;
97}
98
99nav {
100	text-align: center;
101}
102