/*
 * Matslab CSS
 *
 * Copyright 2011, Toshiro Matsumoto (http://www.matsumoto.nuem.nagoya-u.ac.jp)
 *
 */

/*
h1 {
    color: #ffffff;
    background: #333333;
}

.red { color: red; }

*/
/*
A:link { color: green; }
A:visited { color: blue; }
A:active { color: red; }
A:hover { color: red; }  
*/