1.randomquote {
2    text-shadow: 1px 0px 10px #757575;
3    font-weight: bold;
4    color: #000000;
5    letter-spacing: 3pt;
6    word-spacing: 4pt;
7    font-size: 26px;
8    text-align: left;
9    font-family: trebuchet ms;
10    line-height: 1;
11    margin: 30px;
12    padding: 5px;
13}
14