| /* |
| * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. |
| * |
| * This program and the accompanying materials are made available under the |
| * terms of the Eclipse Public License v. 2.0, which is available at |
| * http://www.eclipse.org/legal/epl-2.0. |
| * |
| * This Source Code may also be made available under the following Secondary |
| * Licenses when the conditions for such availability set forth in the |
| * Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| * version 2 with the GNU Classpath Exception, which is available at |
| * https://www.gnu.org/software/classpath/license.html. |
| * |
| * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| */ |
| |
| /* |
| Document : newcss |
| Created on : 9 Nov, 2011, 3:26:45 PM |
| Author : ishan |
| Description: |
| Purpose of the stylesheet follows. |
| */ |
| |
| body { |
| background-color: #ffffff; |
| font-size: 12px; |
| font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif; |
| color: #000000; |
| margin: 10px; |
| } |
| |
| h1 { |
| font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif; |
| border-bottom: 1px solid #AFAFAF; |
| font-size: 16px; |
| font-weight: bold; |
| margin: 0px; |
| padding: 0px; |
| color: #D20005; |
| } |
| |
| a:link, a:visited { |
| color: #045491; |
| font-weight : bold; |
| text-decoration: none; |
| } |
| |
| a:link:hover, a:visited:hover { |
| color: #045491; |
| font-weight : bold; |
| text-decoration : underline; |
| } |
| |
| th { |
| font-weight: bold; |
| text-align: center; |
| } |
| |
| td { |
| text-align: center; |
| } |
| |