Project

General

Profile

1
h1{
2
	text-align: center;
3
        font-family: "YanoneKaffeesatzLight","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
4
        font-weight: normal;
5
        font-size:26px;
6
        color: #2B54B8;
7
        line-height: 30px;
8
	width:85%;
9
}
10

    
11
h2{
12
	text-align: center;
13
        color: #2d72d6;
14
        font-weight: bold;
15
        font-size:medium;
16
}
17

    
18
#credits {
19
	color: #909090;
20
	//cursor: pointer;
21
	fill: #909090;
22
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
23
	font-size: 10px;
24
	//float:right;
25
	//margin-right:10%;
26
	padding-top:15px;
27
	margin:auto;
28
	text-align:center;
29
}
30

    
(4-4/16)