﻿/* Colors
 * Reference:
 * blue     #DFF4FF
 * lblue    #EFFAFF
 * green    #DFFFE0
 * lgreen   #EFFFF0
 * yellow   #FFFABF
 * lyellow  #FFFCDF
 * red      #FFBFC8
 * lred     #FFDFE6
 */
 
body {background-color: #EFFFF0;}
h1 {text-align: center;}
a {color: #000;}
a:hover {color: #444;}

#navigation {}

/* Typography */
ul {list-style-type: none;}