summaryrefslogtreecommitdiff
path: root/licenses/creativecommons/includes/popup.css
blob: 8e3ba85ce4617d33da7e779abc72c9103987083a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
	body {
		background:#ddd;
		margin:10px;
		}
	
	.bodybox {
		background-color:white;
		border:1px solid black;
		text-align:left;
	}
	
	.bodyfloat	{
		padding:10px;
        font-family:"Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        color:#333;
		text-align:left;
}


a 	{
	color:#516650;
	font-weight:bold;
}