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
}
9

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

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

    
(2-2/16)