blob: f85f0df03ce55412bf93fefbda5e96d13961fd16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
/*
* Copyright (c) 2009-2014 Texas Instruments Incorporated. All rights reserved.
*/
BODY
{
font-family: Arial;
background-color: white;
margin: 10px;
padding: 0px
}
BODY.side
{
font-family: Arial;
background-color: white;
margin: 10px;
padding: 0px
}
H1
{
background-color: white;
color: black;
font-weight: normal;
font-family: Arial;
font-size: 24pt;
text-decoration: none;
text-align: center;
line-height: 50%;
}
|