12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- IBM Cognos Products: cpscrn
-
- (C) Copyright IBM Corp. 2005, 2015
-
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- /********************************
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: cpscrn
- *
- * (C) Copyright IBM Corp. 2005, 2012
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ********************************/
- BODY {
- font-family: tahoma, arial, geneva, helvetica, sans-serif;
- font-size: 70%;
- }
- TEXTAREA {
- font-family: tahoma, arial, geneva, helvetica, sans-serif;
- }
- INPUT {
- font-family: tahoma, arial, geneva, helvetica, sans-serif;
- }
- SELECT {
- font-family: tahoma, arial, geneva, helvetica, sans-serif;
- }
- </css>
|