diff options
| -rw-r--r-- | styles.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -25,13 +25,13 @@ p {      /* width: 800px; /\* change to your preferences *\/ */      /* white-space: wrap; /\* paragraph to one line *\/ */      /* overflow:hidden; /\* older browsers *\/ */ -    font-size: 18px;      }  a:link {    color: #fe8019;    background-color: transparent;    text-decoration: none; +  font-size: 18px;  }  a:visited { |