/*
Raise font-size of the qype website from 11px to 12px

Created by: Landstreichler
Revision: 1, 04.03.2009

*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.qype) {

body {
font-size:12px !important;
}

}