/* square/design.css
* The website's colour and images
*/
html { background-color: #F6FFC5; }

#menu { background-color: #FF3D18; }
#menu a { color: white; }
#menu a:hover { color: black; }

.prev a, .next a { background-color: #8CFFBF; color: #0E1A13; }

q:before { content: open-quote; }
q:after { content: close-quote; }
